vscode-extensions.ms-python.vscode-pylance: switch to pyright package

This commit is contained in:
Konstantin Alekseev 2024-04-11 10:31:45 +03:00
parent 3d95a24d44
commit 90ace40829

View File

@ -1,6 +1,6 @@
{ {
lib, lib,
nodePackages, pyright,
vscode-utils, vscode-utils,
}: }:
@ -12,7 +12,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
hash = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk="; hash = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk=";
}; };
buildInputs = [ nodePackages.pyright ]; buildInputs = [ pyright ];
meta = { meta = {
changelog = "https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/changelog"; changelog = "https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/changelog";