Skip to content

Commit 6223574

Browse files
committed
Pin vscode-languageclient to version 3.3.x
Version 3.4.x of the vscode-languageclient module introduces the Workspace folders settings which we do not currently support. This commit pins the dependency to 3.3.x so we at least can consume any Z patch updates.
1 parent 50ace69 commit 6223574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@types/mocha": "^2.2.32"
191191
},
192192
"dependencies": {
193-
"vscode-languageclient": "^3.1.0",
193+
"vscode-languageclient": "~3.3.0",
194194
"vscode-extension-telemetry": "^0.0.6"
195195
}
196196
}

0 commit comments

Comments
 (0)