Josh Pinkney
Josh Pinkney
#### What it does This PR refactors the way services (CommandRegistryMain, QuickOpenMain, etc) are set up in RPCProtocol and makes all these services use DI. This is part of https://github.com/eclipse-theia/theia/issues/5761...
Instead of relying on schemas coming from the schemastore when running tests, we should either bring those schemas locally (the easiest solution) or just write schemas for each test (would...
It's probably time that we start to deprecate the built-in Kubernetes support from the language server. Although it is useful, it really shouldn't be bundled with the extension and it...
After we have set the trigger characters up there seems to be a few issues with the trigger characters and autocompletion. Sometimes you'll find the trigger characters activate autocompletion one...
Part of https://github.com/redhat-developer/yaml-language-server/issues/248 Instead of testing whether the response we get back from a feature is not empty we should instead check the values that we get back are correct...
See: https://github.com/redhat-developer/yaml-language-server/issues/77#issuecomment-479847018
E.g. In a case when you have multiple require statements that have the same elements in the same context ``` required: [ "name", "age" ] .... required: [ "name" ]...
### Is your enhancement related to a problem? Please describe. To make the documentation more visible we should move the documentation from the wiki into somewhere that's more discoverable. ###...
Signed-off-by: Josh Pinkney ### 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....
Added semicolon to end of parser.render line just in case the user wants to copy and paste it in their code for the sake of an example.