Integrate yaml-language-server into Volar
npm install volar-service-yamlVolar plugin for yaml-language-server.
``sh`
npm install volar-service-yaml
volar.config.js
`js``
module.exports = {
services: [
require('volar-service-yaml').create(),
],
};