-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Suggest add a settings item to allow user to disable Vue Language Server #197
Comments
First sorry for the crashes. Can you post your jsconfig/tsconfig if you have one for your project? |
@Clarence-pan You need to use the latest version. As long as I know, the 0.6.8 version have fixed this issue. |
@qiansen1386 Thanks for the suggestion. @Clarence-pan Closing this issue but feel free to reopen if this happens again. |
@qiansen1386 Thanks. I will try the latest version tomorrow. @octref Yes, there are symlinks. Because May be one of the reason is my project is too big? I counted the numbers of Do you have tested I'm sorry but I cannot provide the source codes - as they owned by our company. |
@Clarence-pan I've tested it on large project and it works fine. What doesn't work now is symlink, #193 Marking this as a dup of #193. I realize a lot of people in China are using cnpm and it uses symlink by default. I'll try to fix it. |
@octref Well. I'll try to use npm directly tomorrow. Thanks. |
@Clarence-pan Try to use yarn which doesn't symlink. It also caches download so you don't have to download the same package twice (I know connection from China to NPM can be slow), |
@octref Except resolving the issue of crashes, I still suggest you to add a settings item to allow users to disable |
Without the language server many features would not work. 0.5.6 is the last release without language server, install instruction here: #136 (comment) |
@octref OK. Thanks. I should have realized it - like Windows cannot remove IE. |
It's really annoying that
Vue Language Server
crashes every 2 to 10 minutes.So, could you add a settings item to allow user to disable Vue Language Server?
CONCLUSION
As discussed below,
Vue Language Server
can NOT be disabled. In an alternative way, one can install the last version withoutVue Language Server
: #136 (comment)The text was updated successfully, but these errors were encountered: