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

This commit is contained in:
R. Ryantm 2024-04-22 05:55:08 +00:00 committed by Jonathan Ringer
parent 01494761f6
commit f685a63133
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-pylance";
publisher = "MS-python";
version = "2023.8.50";
hash = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk=";
version = "2024.4.1";
hash = "sha256-huKu6yefGXOay5Az4vksopRt8heoLxvKUrg/J1NlQFo=";
};
buildInputs = [ pyright ];