Skip to content

Commit a3cf723

Browse files
authored
chore: bump vscode_languageclient to v0.9.1 (#59)
Signed-off-by: he1pa <[email protected]>
1 parent 5c662f5 commit a3cf723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "kcl",
44
"displayName": "KCL",
55
"description": "Language extension for KCL",
6-
"version": "0.2.1",
6+
"version": "0.2.2",
77
"engines": {
88
"vscode": "^1.63.0"
99
},
@@ -29,7 +29,7 @@
2929
"@types/shelljs": "^0.8.11",
3030
"axios": "^1.6.2",
3131
"shelljs": "^0.8.5",
32-
"vscode-languageclient": "^8.0.1"
32+
"vscode-languageclient": "^9.0.1"
3333
},
3434
"devDependencies": {
3535
"@types/mocha": "^10.0.1",

0 commit comments

Comments
 (0)