Skip to content

opensubagents/subagentlsp

Repository files navigation

subagentlsp

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.

Why this repo exists

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

Provenance

See VENDORED_FROM.md for the exact upstream SHA and re-vendoring steps.

Original layout

The upstream tree is rooted at vscode/extensions/html-language-features/server/. The files here are the same, just promoted to the repo root.

License

MIT — inherited from microsoft/vscode. See LICENSE.

About

HTML Language Server vendored from microsoft/vscode (extensions/html-language-features/server). LSP server wrapping vscode-html-languageservice.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors