-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Unsupported notification method: $/setTraceNotification message when installing Camel language VS Code extension #4855
Comments
It seems to be the issue with Camel LS. It should ignore undocumented protocol messages: microsoft/vscode-languageserver-node#170 I don't see what can be done about it in Theia. |
ok it needs to be handled in vscode-languageclient, lsp4j or maybe easier to negociate for me inside the Camel Language Server. Thanks for the explanation and the pointers. I created camel-tooling/camel-language-server#226 |
to ignore it, seems need to add an @JsonNotifcation with empty implementation: |
I do not reproduce the $/setTraceNotification when trying to test VS Code extension with setting the .vsix in plugins folder as indicated here https://github.com/theia-ide/theia/wiki/Testing-VS-Code-extensions Should I configure something specific to have "trace notification" sent? EDIT: I tried to start Theia with yarn run start --log-level=trace |
Description
there is several times this message Info in log:
Reproduction Steps
docker run -it -p 3000:3000 -v "C:/Users/Aurelien Pupier/theiatmp:/home/project:cached" theiaide/theia-full:latest
use deploy plugin by id command:
vscode:extension/camel-tooling.vscode-apache-camel
vscode:extension/redhat.vscode-xml
create an xml file with content:
play with it... not noticed when this error is logged exactly.
OS and Theia version:
Windows
Diagnostics:
The text was updated successfully, but these errors were encountered: