update language client to adopt call hierarchy#1194
Conversation
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
b508665 to
6821331
Compare
This is the travis ci failure exception. The reason is the language server throws exception during parsing the LSP data. The tests are using the http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz bits, which has compatible issue with the latest language client. The language client has changed the diagnostics tagSupport capabilities from Boolean to an array so that the existing language server throws jsonrpc exception during initialization. This will be fixed in the server side call hierarchy PR. |
| const options: ExecutableOptions = Object.create(null); | ||
| options.env = process.env; | ||
| options.stdio = 'pipe'; | ||
| // options.stdio = 'pipe'; |
There was a problem hiding this comment.
please remove the line altogether
|
merged as 7f005ee Thanks @testforstephen |
Signed-off-by: Jinbo Wang jinbwan@microsoft.com