Skip to content
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

Problem matcher not clearing problems #211468

Open
aeschli opened this issue Apr 26, 2024 · 3 comments
Open

Problem matcher not clearing problems #211468

aeschli opened this issue Apr 26, 2024 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debt Code quality issues tasks Task system issues

Comments

@aeschli
Copy link
Contributor

aeschli commented Apr 26, 2024

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

I'm struggling to get the problem matchers working.

  • clone https://github.com/aeschli/ext-ts-esbuild.git
  • install the recommended extensions, in particular 'esbuild Problem Matchers'
  • add a extra ) at the end of line 19 of src/extension.ts. Close the editor after making the change.
  • run `Terminal> Run Task.. / npm watch
  • The error is reported in the terminal, and a problem marker is also created
    image
  • now revert the change again
  • the problem is not removed. Killing the terminal also doesn't help. I need to restart the window

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
Copy link
Contributor

are you on windows?

could be #152634

@meganrogge meganrogge added the info-needed Issue requires more information from poster label Apr 26, 2024
@aeschli
Copy link
Contributor Author

aeschli commented Apr 26, 2024

On Linux

@meganrogge
Copy link
Contributor

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

@meganrogge meganrogge added bug Issue identified by VS Code Team member as probable bug tasks Task system issues debt Code quality issues and removed info-needed Issue requires more information from poster labels Apr 26, 2024
@meganrogge meganrogge added this to the May 2024 milestone Apr 26, 2024
@meganrogge meganrogge modified the milestones: May 2024, June 2024 May 22, 2024
@meganrogge meganrogge modified the milestones: June 2024, July 2024 Jun 19, 2024
@meganrogge meganrogge removed this from the July 2024 milestone Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug debt Code quality issues tasks Task system issues
Projects
None yet
Development

No branches or pull requests

2 participants