camel-tooling / camel-tooling/camel-language-server
Ignore undocumented protocol messages
Open
- Dominant language
- Java
- Stars
- 56
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
# Issue informations
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 https://github.com/theia-ide/theia/issues/4855#issuecomment-481974955 and https://github.com/Microsoft/vscode-languageserver-node/issues/170
Contributor guide
Assessment
This issue has not been assessed yet.