Replies: 2 comments 2 replies
-
I have the same problem, and sometimes it saves fine, and sometimes it doesn't save at all, even for the same project. I tried disabling all plugins, but as long as Vue-Official and ESLint are present at the same time, and the following settings are enabled: "editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
}, The problem occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Me too. I'm using eslint + vue-official. Sometimes it is very slow 😥. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am I the only one this happens to? Recently since the Eslint update saving a file can take up to 10 seconds even with only Vue, Eslint and prettier as extension. Also, I don't know when it started to appear, but auto-completion on vscode is getting slower and slower, with sometimes 'no-suggestions' after loading for 10 seconds. I tried everything to speed up the process. I'm at performance levels which are acceptable but far from when the Volar extension was not deprecated.
Not only that, but I also tried to increase the ram that vscode can use, but since some updates, it is impossible to do so.
My vscode config to speed this up a little bit:
Beta Was this translation helpful? Give feedback.
All reactions