# vscode-languageserver-protocol

> VSCode Language Server Protocol implementation

Latest version **3.18.3** (published 2026-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install vscode-languageserver-protocol
pnpm add vscode-languageserver-protocol
yarn add vscode-languageserver-protocol
bun add vscode-languageserver-protocol
```

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 3.18.3 |
| Published | 2026-08-28 |
| First published | 2017-08-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 395.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1789 |
| Author | Microsoft Corporation |
| Maintainers | microsoft1es, microsoft-oss-releases, alexandrudima, kaimaetzel, lszomoru, vscode-bot |

## Links

- npm: https://www.npmjs.com/package/vscode-languageserver-protocol
- Repository: https://github.com/Microsoft/vscode-languageserver-node
- Homepage: https://github.com/Microsoft/vscode-languageserver-node#readme
- Issues: https://github.com/Microsoft/vscode-languageserver-node/issues
- npm.io page: https://npm.io/package/vscode-languageserver-protocol

## Dependencies (2)

- [vscode-jsonrpc](https://npm.io/package/vscode-jsonrpc.md) 9.0.2
- [vscode-languageserver-types](https://npm.io/package/vscode-languageserver-types.md) 3.18.3

## Recent versions

- 3.18.3 (latest) — 2026-08-28
- 3.17.6-next.18 (next) — 2026-05-26
- 3.5.1 (release/3.5.1) — 2018-03-06
- 3.18.2 — 2026-06-30
- 3.18.1 — 2026-06-22
- 3.18.0 — 2026-06-03
- 3.17.6-next.17 — 2026-03-04
- 3.17.6-next.16 — 2025-12-18
- 3.17.6-next.15 — 2025-11-13
- 3.17.6-next.14 — 2025-08-08
- 3.17.6-next.13 — 2025-05-12
- 3.17.6-next.12 — 2025-02-04
- 3.17.6-next.11 — 2024-08-19
- 3.17.6-next.10 — 2024-08-12
- 3.17.6-next.9 — 2024-08-08
- … 126 more at https://npm.io/package/vscode-languageserver-protocol/versions

## README

# VSCode Language Server - Protocol Module

[![NPM Version](https://img.shields.io/npm/v/vscode-languageserver-protocol.svg)](https://npmjs.org/package/vscode-languageserver-protocol)
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-languageserver-protocol.svg)](https://npmjs.org/package/vscode-languageserver-protocol)
[![Build Status](https://dev.azure.com/vscode/vscode-languageserver-node/_apis/build/status%2Fvscode-languageserver-node?branchName=main)](https://dev.azure.com/vscode/vscode-languageserver-node/_build/latest?definitionId=52&branchName=main)

This npm module is a tool independent implementation of the language server protocol and can be used in any type of node application. Please note that the protocol is versioned using the LSP specification version number. Since the protocol depends on the `vscode-jsonrpc` version a a breaking change on that dependencies might not be reflected in a major version change of this module. Changing the major version number in these cases was more confusing this it would result in a version mismatch between the protocol and the LSP specification.

See [here](https://github.com/Microsoft/language-server-protocol) for a detailed documentation on the language server protocol.

## History

For the history please see the [main repository](https://github.com/Microsoft/vscode-languageserver-node/blob/master/README.md)

## License
[MIT](https://github.com/Microsoft/vscode-languageserver-node/blob/master/License.txt)

---
_Source: https://npm.io/package/vscode-languageserver-protocol · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
