You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Take a workflow with warnings or errors and open it in an editor
Close the editor (by editor I mean the opened tab, not vscode itself)
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
Errors remain when no editor/tab is opened.
Extension Version v0.26.3
The text was updated successfully, but these errors were encountered:
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 theproblems
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:
Expected behavior
When I close the tab with the github workflow, I expect the warnings/errors to be removed from the list.
Screenshots
Errors remain when no editor/tab is opened.
Extension Version
v0.26.3
The text was updated successfully, but these errors were encountered: