-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow filters on debug console #50093
Comments
You could make a request on the C# extension to allow some filtering. Otherwise, this is for searching in the debug console: #4338 |
I've found #1017. What about this one? |
I don't think #1017 is related. |
Ups, sorry, it's 1017 on other repo :D |
VS Code doesn't really know the content of different log messages, so it's up to the extension. Besides something generic like searching, like in the issue I linked. |
I understand now. I'll open an issue on c# extension then. thanks ! |
When debugging, Debug Console displays a lot of messages about modules loaded, threads that exited, etc. Eg:
it would be really useful to be able to filter those messages, like it is on Visual studio, stated on this StackOverflow answer.
I've searched around and I wasn't able to find anything similar. A workaround is to add to the
launch.json
the following"console": "externalTerminal"
The text was updated successfully, but these errors were encountered: