vscode-extensions.ms-python.vscode-pylance: 2024.4.1 -> 2024.5.1

This commit is contained in:
R. Ryantm 2024-05-07 04:32:29 +00:00
parent a85613a1bc
commit 4e175979e7

View File

@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-pylance";
publisher = "MS-python";
version = "2024.4.1";
hash = "sha256-huKu6yefGXOay5Az4vksopRt8heoLxvKUrg/J1NlQFo=";
version = "2024.5.1";
hash = "sha256-w+T4dySTt2RpdBYd1Nnxh8RR9wqEu9pkS4R1Ay7Fn+8=";
};
buildInputs = [ pyright ];