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
When opening a file with diagnostics, the problems are displayed on the "Problems" tab in the editor. However, closing the file does not remove the entries from the "Problems" tab.
To Reproduce
Steps to reproduce the behavior:
Open a GitHub Actions .yml file that has diagnostics.
Close file.
Expected behavior
The diagnostics are removed from the "Problems" tab.