Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/vscode-languageserver-node

Language server protocol implementation for VSCode. This allows implementing language services in JS/TS running on node.js observed · 2026-08-28

github.com/microsoft/vscode-languageserver-node · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 91
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 4017
  • days_rel: 63
  • days_push: 7
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

1783 stars · 397 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A set of npm modules implementing the Language Server Protocol (LSP) in TypeScript for Node.js, including client, server, protocol definition, and JSON-RPC messaging libraries. It enables building language services (completion, diagnostics, hover, etc.) that work with VSCode and other LSP-capable editors.

Use cases

  • implement a language server for a custom programming language
  • build a VSCode extension that provides IntelliSense features
  • add diagnostics and linting to an editor via LSP
  • connect a VSCode extension to a language server over JSON-RPC
  • implement text document syncing in an LSP server
  • build editor tooling for a DSL in TypeScript

When to choose

  • you are writing a language server or LSP client in JavaScript or TypeScript
  • you want official, well-maintained LSP bindings for Node.js
  • you are building a VSCode extension that provides language features

When to avoid

  • you need LSP support in a language other than JS/TS (use a native LSP library instead)
  • you are building a non-language-related VSCode extension
  • you need a standalone editor rather than editor integration

Facets

library · maturity stable

rpc sdk developer-tools developer-tools apis text-editors parsers cross-platform language-server-protocol lsp vscode-extension typescript rpc nodejs

1 source

Member repositories

RepositoryRoleHealth v2
microsoft/vscode-languageserver-nodemain96

For agents

markdown · JSON · MCP: product_card(name="microsoft/vscode-languageserver-node")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem