From 3aee14378dc9d2fe3387cbb550c55cbb7363a859 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Sat, 18 Oct 2025 18:52:11 -0400 Subject: [PATCH] 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. --- assets/settings/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 3fb8ea88b3f43fdb341cd68dc02e6b98aeb1bdf0..5ffd78c022530c8cd9801305f87d1378ad21d52d 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -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", "..."]