diff --git a/news/2 Fixes/12225.md b/news/2 Fixes/12225.md new file mode 100644 index 000000000000..569141487675 --- /dev/null +++ b/news/2 Fixes/12225.md @@ -0,0 +1 @@ +Make Jedi the Default value for the python.languageServer setting. \ No newline at end of file diff --git a/package.json b/package.json index a3837715f988..0b8316c46a82 100644 --- a/package.json +++ b/package.json @@ -2153,7 +2153,7 @@ "Microsoft", "None" ], - "default": "Microsoft", + "default": "Jedi", "description": "Defines type of the language server.", "scope": "resource" },