Skip to content
New issue

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

Catch up with the LSP changes #65

Closed
akosyakov opened this issue Mar 17, 2018 · 0 comments
Closed

Catch up with the LSP changes #65

akosyakov opened this issue Mar 17, 2018 · 0 comments

Comments

@akosyakov
Copy link
Contributor

akosyakov commented Mar 17, 2018

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.

akosyakov added a commit that referenced this issue Jul 31, 2018
vscode compatibility layer is introduced in order to make use of vscode-languageclient directly instead of vscode-base-languageclient

Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant