Skip to content

Commit 9e44d77

Browse files
authored
Fix for LS client version collision with Pylance (#388)
1 parent aed7796 commit 9e44d77

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typescript.tsc.autoDetect": "off",
1515
"[python]": {
1616
"diffEditor.ignoreTrimWhitespace": false,
17-
"editor.wordBasedSuggestions": false,
17+
"editor.wordBasedSuggestions": "off",
1818
"editor.defaultFormatter": "ms-python.black-formatter",
1919
"editor.formatOnSave": true
2020
},

package-lock.json

+32-32
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
@@ -169,7 +169,7 @@
169169
"dependencies": {
170170
"@vscode/python-extension": "^1.0.5",
171171
"fs-extra": "^11.1.1",
172-
"vscode-languageclient": "^8.1.0"
172+
"vscode-languageclient": "^9.0.1"
173173
},
174174
"devDependencies": {
175175
"@types/chai": "^4.3.9",

0 commit comments

Comments
 (0)