vscode-problem-matcher Questions
1
I'm trying to write a custom problem matcher for VS Code. My matcher matches nothing, even though testing the regular expressions on the output seem to work. I'm not even sure VS Code loads my prob...
Litigable asked 29/12, 2019 at 9:35
4
I am using VSCode ad my Flutter development IDE. It worked well until this afternoon. When I ran the project, Could not find an option named "web-server-debug-protocol"showed up. I have no idea wha...
Andry asked 9/5, 2020 at 20:15
1
I'm trying to avoid having to use watch: true in a tsconfig.json configuration.
Through VSCode's tasks I'm using the base problem matcher $tsc-watch but it's not launching tsc in watch mode when b...
Nephoscope asked 12/3, 2018 at 0:51
1
Solved
Why doesnt my problemMatcher work? I'm pretty sure about the regex, but it doesn't report any problems, even there are some on stdout...
// the matcher
"problemMatcher": {
"owner": "typescript",
...
Adp asked 2/12, 2015 at 23:49
1
© 2022 - 2024 — McMap. All rights reserved.