Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codemirror/lsp-client

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lsp-client - npm Package Compare versions

Comparing version
6.2.0
to
6.2.1
+6
-0
CHANGELOG.md

@@ -0,1 +1,7 @@

## 6.2.1 (2025-11-20)
### Bug fixes
Support `sortText` properties on LSP completions.
## 6.2.0 (2025-10-27)

@@ -2,0 +8,0 @@

+2
-2
{
"name": "@codemirror/lsp-client",
"version": "6.2.0",
"version": "6.2.1",
"description": "Language server protocol client for CodeMirror",

@@ -19,3 +19,3 @@ "keywords": [

"marked": "^15.0.12",
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/autocomplete": "^6.20.0",
"@codemirror/language": "^6.11.0",

@@ -22,0 +22,0 @@ "@codemirror/lint": "^6.8.5",

@@ -97,2 +97,3 @@ import type * as lsp from "vscode-languageserver-protocol"

if (item.detail) option.detail = item.detail
if (item.sortText) option.sortText = item.sortText
if (item.insertTextFormat == 2 /* Snippet */) {

@@ -99,0 +100,0 @@ option.apply = (view, c, from, to) => snippet(text)(view, c, from, to)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display