Open aeschli opened 6 months ago
I'm working on hello world extension example that uses esbuild.
I'm struggling to get the problem matchers working.
)
src/extension.ts
The problem matcher is here and looks, IMO, fine: https://github.com/connor4312/esbuild-problem-matchers/blob/main/package.json#L28
Is there a way to debug a problem matcher?
are you on windows?
could be https://github.com/microsoft/vscode/issues/152634
On Linux
I think this is a duplicate of #164751. I can try to add some logging during debt week
I'm working on hello world extension example that uses esbuild.
I'm struggling to get the problem matchers working.
)
at the end of line 19 ofsrc/extension.ts
. Close the editor after making the change.The problem matcher is here and looks, IMO, fine: https://github.com/connor4312/esbuild-problem-matchers/blob/main/package.json#L28
Is there a way to debug a problem matcher?