I was wondering if instead of asking users to install yaml-language-server if you couldn't just reuse the one from the YAML vscode extension.
Since this extension already depends on Kubernetes extension (which depends on YAML extension), I think that would be nice and would simplify things a lot.
It exposes language server as an entrypoint: https://github.com/redhat-developer/vscode-yaml/blob/db9fc028fea610c2247c0d528fded24bfa9e839b/webpack.config.js#L22
I was wondering if instead of asking users to install yaml-language-server if you couldn't just reuse the one from the YAML vscode extension.
Since this extension already depends on Kubernetes extension (which depends on YAML extension), I think that would be nice and would simplify things a lot.
It exposes language server as an entrypoint: https://github.com/redhat-developer/vscode-yaml/blob/db9fc028fea610c2247c0d528fded24bfa9e839b/webpack.config.js#L22