389 B
389 B
volar-service-html
Volar plugin for vscode-html-languageservice.
Installation
npm install volar-service-html
Usage
volar.config.js
module.exports = {
services: [
require('volar-service-html').create(),
],
};