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

Implement YAML language service #49

Closed
davelopez opened this issue Jun 18, 2022 · 1 comment
Closed

Implement YAML language service #49

davelopez opened this issue Jun 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@davelopez
Copy link
Owner

There is an existing YAML language service embedded in Red Hat's yaml-language-server. Unfortunately is not like the vscode-json-languageservice so it is not published independently of the server implementation and kind of tailored for Kubernetes and integrated telemetry. Also, it relies on JSON schema for validation, auto-completion, etc.

It will probably be a bigger project, but I think we should try to get inspiration from it and create a more lightweight language service for YAML without the telemetry and other stuff and, at the same time, have the flexibility to directly support the gxformat2 schema based on schema salad

@davelopez davelopez added the enhancement New feature or request label Jun 18, 2022
@davelopez davelopez self-assigned this Jun 19, 2022
@davelopez
Copy link
Owner Author

With #50 and #52 this can be considered done.

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

No branches or pull requests

1 participant