vscode-html-languageservice

v5.3.1
Language service for HTML

lint

eslint src/**/*.ts

test

npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint

clean

rimraf lib

watch

tsc -w -p ./src && npm run copy-jsbeautify

compile

tsc -p ./src && npm run copy-jsbeautify

prepack

npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs

compile-esm

tsc -p ./src/tsconfig.esm.json

update-data

npm i @vscode/web-custom-data -D && node ./build/generateData.js

copy-jsbeautify

node ./build/copy-jsbeautify.js

update-jsbeautify

npm i js-beautify && node ./build/update-jsbeautify.js

install-types-next

npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S

remove-sourcemap-refs

node ./build/remove-sourcemap-refs.js

update-jsbeautify-next

npm i js-beautify@next && node ./build/update-jsbeautify.js
npm i vscode-html-languageservice

Metadata

  • MIT
  • Whatever
  • Microsoft Corporation
  • released 8/26/2024

Downloads