redhat-developer / redhat-developer/vscode-yaml
Contribute to yaml language server with a custom language.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 829
- Forks
- 260
- Avg merge
- 5h 43m
- Merged PRs (30d)
- 1
Description
In vscode-quarkus we override the YAML language to support Qute support (completion, validaton, etc) in YAML files.
The bad thing is that we loose your YAML support like YAML validation.
We had the same problem with HTML language server and a long time ago I created a PR to contribute to HTML language server with a custom language (qute-html), see PR at https://github.com/microsoft/vscode/pull/146731
It would be anwesome, if vscode-yaml could provide this same feature than HTML.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how vscode-quarkus overrides YAML support and compare the requested behavior with the referenced VS Code HTML language-server pull request. The work is done when vscode-yaml supports a custom language for Qute while retaining YAML validation and related support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100