Skip to content

Commit d6ef765

Browse files
authored
Make Jedi the default LS (#12226)
* Make Jedi the default LS * Add news entry
1 parent b9b0742 commit d6ef765

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/2 Fixes/12225.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make Jedi the Default value for the python.languageServer setting.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@
21502150
"Microsoft",
21512151
"None"
21522152
],
2153-
"default": "Microsoft",
2153+
"default": "Jedi",
21542154
"description": "Defines type of the language server.",
21552155
"scope": "resource"
21562156
},

0 commit comments

Comments
 (0)