vscode-yaml
vscode-yaml copied to clipboard
Allow other VSCode Extensions to register bundles
Signed-off-by: Josh Pinkney [email protected]
What does this PR do?
This PR is a P.O.C that allows other VSCode extensions to register bundles (similar to vscode-java/jdt.ls bundles) through a "yamlExtensions" contribution.
Server-side: https://github.com/redhat-developer/yaml-language-server/pull/369 An example extension: https://github.com/JPinkney/yaml-extension-bundle/tree/0.0.2
What issues does this PR fix or reference?
https://github.com/redhat-developer/vscode-yaml/issues/402