# yioneko/vtsls

LSP wrapper for typescript extension of vscode

Repository: https://github.com/yioneko/vtsls
Canonical: https://ross.abutalabs.com/products/vtsls
Language: TypeScript
License: NOASSERTION
License Family: other
Topics: language-server-protocol, typescript
Last push: 2026-09-02T22:16:41+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 62, longevity 98
- inputs: {"age_days": 1382, "days_push": 0, "days_rel": 252, "gap_med": 0.0, "n_releases_24m": 13}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1085, forks 26 (observed 2026-09-03T02:15:20.776906+00:00)

## What it is
vtsls is a Language Server Protocol wrapper around the TypeScript language features extension bundled with VSCode, exposing its full feature set to any LSP-capable editor. It applies minimal patches to the upstream extension so it can track VSCode updates with low maintenance overhead.

## Use cases
- use typescript language server in neovim
- get vscode-level typescript intellisense outside vscode
- run tsserver features over LSP
- set up typescript autocomplete and diagnostics in vim
- replace typescript-language-server with a vscode-backed one
- organize and sort imports from any editor

## When to choose
- you want VSCode's TypeScript editing features in a non-VSCode editor via LSP
- you need features like go-to-source-definition or find-all-file-references that other TS language servers lack
- you want a server that closely tracks upstream TypeScript/VSCode updates

## When to avoid
- you need guaranteed robustness for critical production tooling, as the wrapped extension's behavior isn't fully controlled
- you prefer a from-scratch, independently maintained language server
- you don't use an LSP-capable editor or Node.js >= 16

## Facets
- artifact type: library
- maturity: active
- function: editor, developer-tools, parser
- domain: developer-tools, programming-languages, text-editors
- platform: cli, cross-platform
- tags: language-server-protocol, lsp, typescript, editor-integration, tsserver, nodejs

## Member repositories
- yioneko/vtsls (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:20.776906+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:51:12.936845+00:00, confidence not recorded.
  - readme: https://github.com/yioneko/vtsls (fetched 2026-09-03T02:15:20.776906+00:00, sha aaa4d8af263c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
