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

Breakage due to changes of (internal) dependencies. #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aeschli
Copy link

@aeschli aeschli commented Apr 5, 2018

vscode-yaml-languageservice uses internal API of vscode-json-languageservice and is broken due to changes of these types.
See microsoft/vscode-json-languageservice#18

The quick fix is to depend on a fixed version of vscode-json-languageservice.

In the long term we should work on making real API in vscode-json-languageservice

vscode-yaml-languageservice uses internal API of vscode-json-languageservice and is broken due to changes of these types.
See microsoft/vscode-json-languageservice#18

The quick fix is to depend on a fixed version of vscode-json-languageservice.

In the long term we should work on making real API in vscode-json-languageservice
@aeschli
Copy link
Author

aeschli commented Apr 26, 2018

Note: New APIs have been added to the JSON language service allow the YAML language service to create a JSONDocument from a custom ASTNode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant