HTML language server vendored from microsoft/vscode.
This is the LSP server that powers HTML support in VS Code. It wraps vscode-html-languageservice and exposes parsing, completion, formatting, hover, folding, selection-ranges, and semantic-tokens over the Language Server Protocol.
The server lives inside microsoft/vscode as a subdirectory. Vendoring it as its own repo means:
- It can be cloned directly without dragging 1+ GB of vscode
- It can be referenced as a git dep in other tools (e.g. an HTML brief renderer)
- Snapshots are reproducible and tracked in
VENDORED_FROM.md
See VENDORED_FROM.md for the exact upstream SHA and re-vendoring steps.
The upstream tree is rooted at vscode/extensions/html-language-features/server/. The files here are the same, just promoted to the repo root.
MIT — inherited from microsoft/vscode. See LICENSE.