From 871644b09d271e0cf7befffb81c4b0d020f1a940 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 1 Feb 2025 15:01:00 -0600 Subject: [PATCH] switch back to pylance basedpyright is cool but as long as I'm using vscode for devcontainers / c#, i don't see a reason to switch to it. it's feature inferior to pylance currently. I'll probably re-evaluate this choice if/when I end up moving to vscodium --- home-manager/vscode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/vscode.nix b/home-manager/vscode.nix index b4a6f8d..078f88a 100644 --- a/home-manager/vscode.nix +++ b/home-manager/vscode.nix @@ -92,7 +92,7 @@ rec { # Python ms-python.python - detachhead.basedpyright # Pylance replacement + ms-python.vscode-pylance ms-python.debugpy ms-python.black-formatter charliermarsh.ruff