We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Configuring a problemMatcher for user-level task when running the task fails silently
{ "label": "Global Task", "type": "shell", "command": "foo" }
The expectation here is that an empty problemMatcher array is added to the task like so:
{ "label": "Global Task", "type": "shell", "command": "foo", "problemMatcher": [] }
This works in VS Code.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Configuring a problemMatcher for user-level task when running the task fails silently
Steps to Reproduce:
The expectation here is that an empty problemMatcher array is added to the task like so:
This works in VS Code.
Additional Information
The text was updated successfully, but these errors were encountered: