Integrate yaml-language-server into Volar
npm install volar-service-yaml
Volar plugin for yaml-language-server.
yaml-language-server
``shnpm install volar-service-yaml`
shnpm install volar-service-yaml
volar.config.js
`jsmodule.exports = { services: [ require('volar-service-yaml').create(), ],};``
jsmodule.exports = { services: [ require('volar-service-yaml').create(), ],};
MIT © Remco Haszing