Skip to content

v1.6.0

Choose a tag to compare

@ChuYanLon ChuYanLon released this 24 Jun 08:31

v1.6.0 - 2026-06-24

Added

  • autoInsertion option for language-client step — generates auto-close tag and auto-quote attribute handlers via html/autoInsert custom LSP request.
  • semanticTokens option for language-client step — generates DocumentSemanticTokensProvider registration with server-provided legend.
  • initializationOptions documented — for passing config to LanguageClient on init.

Changed

  • All Chinese documentation and comments translated to English.
  • converter bumped to v1.6.0 (synced with plugin version).
  • plugin bumped to v1.6.0.

Registry Updates

  • vscode-css-ls — added to baseline
  • vscode-html-ls — added to baseline with autoInsertion + semanticTokens support