-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
2> version not working with helix #4683
Comments
You need both |
Already tried this config too, it interprets the whole doc as Typescript. |
If tsserver apply typescript sytnex in entire vue file, to me seem you did not set up the plugin properly. Can you double check the vue plugin path |
Ok now it works, I had to write the full absolute path, instead of Also, is there a way to highlight/underline components in |
Yes custom components highlight can be achieved by semanticTokensProvider. Not sure if helix supports that. Neovim: neovim/neovim#21100 |
It seems they don't: helix-editor/helix#6102 Thanks for the help anyways. |
Vue - Official extension or vue-tsc version
VSCode version
Vue version
3.4.29
TypeScript version
5.4.0
System Info
Steps to reproduce
What is expected?
LS to work
What is actually happening?
Using
@vue/language-server
version 2> with helix-editor and default configuration doesn't work, but when downgrading to version 2< (1.8.27) it works.I also tried using helix-editor recommended config (typescript plugin), but doesn't work well.
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: