Closed
Description
Monaco 0.11.6 supports new language features like implementation, type definition and color providers. Which as well supported by the latest LSP: https://github.com/Microsoft/vscode-languageserver-node/blob/master/protocol/src/protocol.ts.
It would be nice to sync them.
The easiest solution will be to change vscode-base-languageclient
to support new providers.
The more sustainable solution is to fix #24.