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

Realign features with JSON Language Server #147

Merged
merged 31 commits into from
May 31, 2019
Merged

Conversation

JPinkney
Copy link
Contributor

This is a massive PR but it aims to align the feature set with the JSON Language Server as much as possible.

Currently the only feature that cannot rely on the JSON Language Server is auto completion. The auto completion is currently too customised to be aligned right now.

Fixes:
#142
#140
#139
#137
#136
#133
#105
redhat-developer/vscode-yaml#153
redhat-developer/vscode-yaml#154
redhat-developer/vscode-yaml#130
redhat-developer/vscode-yaml#129
redhat-developer/vscode-yaml#106

@coveralls
Copy link

coveralls commented May 28, 2019

Coverage Status

Coverage decreased (-3.9%) to 66.36% when pulling 39e800c on migrate-document-symbols into 46d7afa on master.

src/server.ts Outdated
}
languageSettings = configureSchemas(uri, schema.fileMatch, schema.schema, languageSettings);
}
jsonLanguageService.configure({
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug, needs to be re-configured with every schema.

@JPinkney
Copy link
Contributor Author

Also, $schema property should be supported in autocompletion

@JPinkney JPinkney merged commit 45a056e into master May 31, 2019
@evidolob evidolob deleted the migrate-document-symbols branch August 11, 2020 13:16
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.

2 participants