-
-
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
upgrading vls from 0.5 to 0.6 breaks atom-ide-vue #2561
Comments
I will take a look. |
Fixed in e9dc769. I expect And when it's normal, it should send Vetur will check |
Thank you so much! @yoyo930021 I tested it, and now it works as expected!
Is this I can send a PR to atom-languageclient to fix these. CC: @UziTech |
|
Thanks! I will fix it in a PR. |
Vetur: Restart VLS
-> N/AInfo
atom-langaugeclient has these dependencies:
"vscode-jsonrpc": "5.0.1",
"vscode-languageserver-protocol": "3.15.3",
"vscode-languageserver-types": "3.15.1"
Problem
Hi. The atom-ide-vue maintainer here. I recently updated vls from 0.5 to 0.6, but that broke the server and the plugin (datatips, autocomplete, etc). So I had to downgrade to 0.5.
Here is the code for atom-ide-vue. As you see, it is minimal because most of the work is handled by atom-languageclient which uses vscode-languageserver underneath.
https://github.com/atom-ide-community/atom-ide-vue/blob/master/lib/main.js
I could not find a changelog for vls to see the changes.
These are the kind of errors that we get:
We have an issue for it: atom-community/atom-ide-vue#35 (comment)
Reproducible Case
apm install language-vue atom-ide-base atom-ide-javascript
git clone https://github.com/atom-ide-community/atom-ide-vue
cd atom-ide-vue
npm install
npm install [email protected]
apm link .
cd spec/project/hello-world
atom .
The text was updated successfully, but these errors were encountered: