Skip to content

Commit

Permalink
Use pylance again
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Jul 18, 2024
1 parent fa8baf1 commit 87254b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/home-manager/vscode/extensions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87254b1

Please sign in to comment.