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
Open a js file and delete a parenthesis. An error is shown in the "Problems" panel.
Upon saving and closing the file, the error disappears from the panel.
Open Counter.vue and delete a curly brace from within the script block. Several errors are shown in the "Problems" panel. Some originate from eslint while others originate from Vetur.
Upon saving and closing the file, eslint errors disappear from the panel. However, Vetur errors remain. I expect all errors to disappear when the file is closed.
The text was updated successfully, but these errors were encountered:
Info
Problem
Linting problems originating from vetur are not cleared upon closing a file.
Reproducible Case
Upon saving and closing the file, the error disappears from the panel.
script
block. Several errors are shown in the "Problems" panel. Some originate from eslint while others originate from Vetur.Upon saving and closing the file, eslint errors disappear from the panel. However, Vetur errors remain. I expect all errors to disappear when the file is closed.
The text was updated successfully, but these errors were encountered: