@codemirror/lsp-client
Advanced tools
+6
-0
@@ -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
278457
0.12%6433
0.08%