Skip to content

Commit 2873eb6

Browse files
committed
Downgrade vscode-languageclient to v8.1.0
Because v9.0.0 upped the VS Code requirement to v1.82.0, above our own current requirement (and also is _very_ new). Downgrading brings its minimum back to 1.67.0, below ours.
1 parent c9ea4db commit 2873eb6

File tree

2 files changed

+42
-29
lines changed

2 files changed

+42
-29
lines changed

package-lock.json

+41-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"semver": "7.5.4",
8080
"untildify": "4.0.0",
8181
"uuid": "9.0.1",
82-
"vscode-languageclient": "9.0.0",
82+
"vscode-languageclient": "8.1.0",
8383
"vscode-languageserver-protocol": "3.17.5"
8484
},
8585
"devDependencies": {

0 commit comments

Comments
 (0)