vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

Allow other VSCode Extensions to register bundles

Open JPinkney opened this issue 5 years ago • 0 comments

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

Is it tested? How?

JPinkney avatar Nov 30 '20 22:11 JPinkney