-
Notifications
You must be signed in to change notification settings - Fork 7
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
Request textDocument/hover failed #47
Comments
I can confirm I’m seeing the same errors with the SPARQL Notebook Extension and VS Code 1.66.2. However, I do not see any problems with hover messages using our SPARQL language server (github, extension) with a regular I’m not extremely familiar with VS Code’s Notebook API, but I did try debugging our extension with some additional logs. It seems that the Notebook files are not triggering any I also tried all of the above with VS Code version 1.65.2 and I didn’t see the error logs in either the released extensions or my debugging environment. It looks to me that in that version, no interactions with or changes to the Notebook contents triggered any handlers within the language server. That is, the language server features are not enabled, thus there are no errors to show. I would recommend filing an issue with VSCode to confirm the expected behavior between a Notebook and language server. |
Thank you for your efforts. I raised an issue in vscode. |
@anneeb which version of the LSP libraries are you using ? |
The reason why I am asking is that VS Code changed the language selector code in 1.66 to accommodate notebooks better which I adapted in the latest version of the LSP libraries. |
Hi @dbaeumer, thanks for looking into this. I saw your comment in zazuko/vscode-sparql-notebook#16 (comment) about our extensions only supporting files using the file protocol. I've opened an issue in our VS code extension repo instead for adding this support: stardog-union/stardog-vsc#88 |
I am using vscode 1.66.1 and SPARQL Notebook Extension (vscode notebook https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook)
With the latest vscode version Stardog SPARQL Language Server starts to throw errors on the output console like this...
I don't know what changed in vscode and why this is happening now.
The text was updated successfully, but these errors were encountered: