New default Volar 2 configuration #485
Closed
DanielViberg
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
Thanks. I have updated the wiki with this information. Can you please review the changes? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since Volar 2.0.7 it is neccessary to set the hybridMode = false in order for it to not require tsserver running in parallel.
@yegappan Could you please update the wiki?
npm -g i @vue/language-server@latest{ "name": "vue-ls", "filetype": ["vue"], "path": "vue-language-server", "args": ["--stdio"], "initializationOptions": { "typescript": { "tsdk": ".../node/v20.11.0/lib/node_modules/typescript/lib" }, "vue": { "hybridMode": false } } }Beta Was this translation helpful? Give feedback.
All reactions