Anyone know why the VSCode extension performance has fallen off a cliff? #5123
matthew-dean
started this conversation in
General
Replies: 1 comment 1 reply
-
Sounds to me the linter you are using sends a universal code action request(lint) to all lsps. Are you using biome? if so, can you see if these helps: biomejs/biome-vscode#229 biomejs/biome#3339. If not can you check your log/output, see anything weird? ultimatically, can you try to disable all other extensions but vue to see if it's the root cause? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, after either an update to the Vue - Official VSCode extension and/or VSCode itself, the extension has begun freezing up / not responding. If you have VSCode to lint fix on save, it says "Getting code actions from 'Vue - Official'" indefinitely, just freezing. A restart of VSCode usually fixes it, but I'm wondering if this is a known bug.
Beta Was this translation helpful? Give feedback.
All reactions