-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
provide problem matchers for common compilers #854
Comments
For what build systems? gcc? |
gcc definitely. Makefile might be useful too. I imagine others might be interested in msvc, but it is not important to me. |
I see this was added in recent changelogs for this plugin, what is it exactly? |
A problem matcher is something you can add to a task.
It matches errors and warnings in the task output (used to be in the output panel, but now with tasks 2.0 in the terminal panel).
It uses the information in the matching text to list the items in the problem panels and also indicate them in the source code with squiggles. |
Looks like it is working, so closing. Thanks! |
Please add
contributes.problemMatchers
as described here.The text was updated successfully, but these errors were encountered: