Skip to content

Commit

Permalink
vscode-extensions.ms-python.vscode-pylance: switch to pyright package
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekseev committed Apr 18, 2024
1 parent 3d95a24 commit 90ace40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
lib,
nodePackages,
pyright,
vscode-utils,
}:

Expand All @@ -12,7 +12,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
hash = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk=";
};

buildInputs = [ nodePackages.pyright ];
buildInputs = [ pyright ];

meta = {
changelog = "https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/changelog";
Expand Down

0 comments on commit 90ace40

Please sign in to comment.