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

Errors and warnings are not removed from the problems tab when closing the tab/editor containing them #349

Open
maximeflya opened this issue Jun 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@maximeflya
Copy link

Describe the bug
I would like to be able to use F8 to navigate between my repo's problems. The current problem I'm facing is that the problems list is polluted by github-actions warnings (that are wrong so I cannot fix them). Closing the file with the warning does not remove them from the list so I need to close my entire vs-code to clear them.

Even worse, if I open a diff, or if I open a previous revision of the file, it will add warnings for that revision.

To Reproduce
Steps to reproduce the behavior:

  1. Take a workflow with warnings or errors and open it in an editor
  2. Close the editor (by editor I mean the opened tab, not vscode itself)
  3. The errors remain in the problems tab

Expected behavior
When I close the tab with the github workflow, I expect the warnings/errors to be removed from the list.

Screenshots
image
Errors remain when no editor/tab is opened.

Extension Version
v0.26.3

@maximeflya maximeflya added the bug Something isn't working label Jun 20, 2024
@migmit
Copy link

migmit commented Jul 2, 2024

Same here, very annoying.

@danaument
Copy link

danaument commented Sep 27, 2024

Ditto - i've found that the easiest way to clear the notifications is to disable/re-enable the extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog 🗒
Development

No branches or pull requests

3 participants