microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.05k stars 29.22k forks source link

Problem matcher not clearing problems #211468

Open aeschli opened 6 months ago

aeschli commented 6 months ago

I'm working on hello world extension example that uses esbuild.

I'm struggling to get the problem matchers working.

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?

meganrogge commented 6 months ago

are you on windows?

could be https://github.com/microsoft/vscode/issues/152634

aeschli commented 6 months ago

On Linux

meganrogge commented 6 months ago

I think this is a duplicate of #164751. I can try to add some logging during debt week