Is there a way to display errors of all files (not just opened files) on save? #3312
Unanswered
rodrigocfd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when you save a file, VSCode will check for errors in opened files only. I'm trying to find a way to make VSCode check for errors in all files within the project.
There is a way to do this in TypeScript projects, but so far I couldn't make it with Vue.
Is it possible in some way?
Beta Was this translation helpful? Give feedback.
All reactions