You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vscode compatibility layer is introduced in order to make use of vscode-languageclient directly instead of vscode-base-languageclient
Signed-off-by: Anton Kosyakov <[email protected]>
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.
The text was updated successfully, but these errors were encountered: