For a few days, and without changing anything, at least deliberately, in DEBUG CONSOLE in VSCODE I get messages like:
W/.arae_bluep
The ability to filter the Debug Console text is coming to v1.49 (see https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_49.md#debug-console-filter):
Debug console now supports filtering. This should make it easier for users to find the output they are looking for in the Debug Console and to be able to hide irrelevant logs. Filter also supports the exclude patterns which should be prefixed with
!. User evaluations are not respecting the filter and are always shown. Like other input boxes in VS Code you can useupanddownarrow to navigate between old filter inputs.