-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cannot find module 'vscode-languageserver-protocol/lib/protocol.sematicTokens.proposed' #247
Comments
@raxod502 Thank you for your bug report. I can reproduce the issue. |
Nice! You have my utmost sympathy, by the way, for having to debug things related to |
any news about this? |
@GopherJ Sorry, I'm busy with my day job but hope to have some time over the holidays. Which editor is this affecting? |
I'm building a small editor that only speaks LSP and it's affecting me, since I can't start the language server. |
@rcjsuen hi, I'd really want to test coc-docker and imporve it, it uses this project internally, could you guide us on how to fix it so that we can maybe help. I see your change on docker-language-service but maybe it's not released and used here? Merry Christmas BTW! Be safe guys! |
@GopherJ I have a hunch about what the issue is and am actively looking at it.
The language server is powered by three libraries and the language service is one of them. I'm cutting releases for the other dependent libraries as we speak so that I can merge them into the next release of the language server.
Thank you and I hope everyone is able to take some time off over the holidays. |
@raxod502 Thanks again for bringing this issue to my attention. From what I can find, it seems this was due to my use of proposed LSP 3.16 APIs without specifying hard version requirements in my The new 0.2.0 release that has just been published to npm should be fixed. If everyone on this ticket could take a look see and confirm that, you have my thanks! Lastly, I want to thank everyone again for your patience. :) |
Wonderful, thank you so much! I can confirm the updated version of the language server is working. |
The server fails to start after being installed.
This appears to be with version 0.1.1 of the package, according to the generated
package.json
. Ubuntu 20.04.The text was updated successfully, but these errors were encountered: