Skip to content

Linting problems originating from vetur are not cleared upon closing a file #1181

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

Closed
3 tasks done
jlave-dev opened this issue Apr 3, 2019 · 1 comment
Closed
3 tasks done

Comments

@jlave-dev
Copy link
Contributor

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: macOS
  • Vetur version: 0.18.0
  • VS Code version: 1.32.3

Problem

Linting problems originating from vetur are not cleared upon closing a file.

Reproducible Case

  • Install ESLint and Vetur extensions for VS Code. Ensure settings.json has the following:
"eslint.validate": [
        {
            "language": "vue"
        }
]
  • Clone veturpack and open it within VS Code.
  • 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.

@octref
Copy link
Member

octref commented Apr 4, 2019

Closed through #1182.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants