From 87254b1b13a560c50ddf6ccdc43b94fbffeabe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Thu, 18 Jul 2024 23:55:55 +0200 Subject: [PATCH] Use pylance again --- modules/home-manager/vscode/extensions.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home-manager/vscode/extensions.nix b/modules/home-manager/vscode/extensions.nix index 2bb0ab4..de2b5ff 100644 --- a/modules/home-manager/vscode/extensions.nix +++ b/modules/home-manager/vscode/extensions.nix @@ -23,8 +23,7 @@ let ms-python.debugpy ms-python.isort ms-python.python - # TODO Pylance seems broken. - (if pkgs.config.allowUnfreePredicate "vscode" then ms-pyright.pyright else ms-pyright.pyright) + (if pkgs.config.allowUnfreePredicate "vscode" then ms-python.vscode-pylance else ms-pyright.pyright) ms-toolsai.datawrangler ms-toolsai.jupyter ms-toolsai.jupyter-keymap