We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in Eclipse Theia, several traces are set such as:
Apr 10, 2019 11:58:55 AM org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint notify INFO: Unsupported notification method: $/setTraceNotification
it seems that the language server needs to (either implement) or specify to ignore undocumented protocol messages. See eclipse-theia/theia#4855 (comment) and microsoft/vscode-languageserver-node#170
The text was updated successfully, but these errors were encountered:
Explicitly ignore $/setTraceNotification to avoid warning log in Theia
18f8272
camel-tooling#226 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
I have a branch with a potential fix but I cannot test it for now https://github.com/apupier/camel-language-server-1/tree/226-ignoreUndocumentedProtocolMessages asked for help on eclipse-theia/theia#4855 (comment)
Sorry, something went wrong.
apupier
No branches or pull requests
Issue informations
in Eclipse Theia, several traces are set such as:
it seems that the language server needs to (either implement) or specify to ignore undocumented protocol messages.
See eclipse-theia/theia#4855 (comment) and microsoft/vscode-languageserver-node#170
The text was updated successfully, but these errors were encountered: