Integrate vscode-languageservice-html into Volar
npm install volar-service-htmlVolar plugin for vscode-html-languageservice.
``sh`
npm install volar-service-html
volar.config.js
`js``
module.exports = {
services: [
require('volar-service-html').create(),
],
};