Skip to content

Commit 047d667

Browse files
author
Mikhail Arkhipov
authored
Limit python.languageServer setting scope to window (#13246)
* Fix path * Actually fix settings * Add news * Add test * Format * Suppress 'jediEnabled' removal * Drop survey first launch threshold * Limit LS to window
1 parent 0b2d404 commit 047d667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@
24812481
],
24822482
"default": "Jedi",
24832483
"description": "Defines type of the language server.",
2484-
"scope": "resource"
2484+
"scope": "window"
24852485
},
24862486
"python.analysis.openFilesOnly": {
24872487
"type": "boolean",

0 commit comments

Comments
 (0)