python: Only enable basedpyright and ruff by default (#40604)

Though we ship with `basedpyright`, `ruff` and a few other laps for
python, we run them all at once.

Release Notes:

- Only enable `basedpyright` and `ruff` by default when opening Python
files. If you prefer one of the other.
This commit is contained in:
Joseph T. Lyons
2025-10-18 22:52:11 +00:00
committed by GitHub
parent 02b15f0062
commit 3aee14378d
+2 -1
View File
@@ -1776,7 +1776,8 @@
"name": "ruff"
}
},
"debuggers": ["Debugpy"]
"debuggers": ["Debugpy"],
"language_servers": ["basedpyright", "ruff", "!ty", "!pyrefly", "!pyright", "!pylsp", "..."]
},
"Ruby": {
"language_servers": ["solargraph", "!ruby-lsp", "!rubocop", "!sorbet", "!steep", "..."]