vscode-extensions.ms-python.vscode-pylance: 2024.11.3 -> 2024.12.1 (#364492)

This commit is contained in:
Nick Cao 2024-12-15 10:02:00 -05:00 committed by GitHub
commit df7c514ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-pylance";
publisher = "MS-python";
version = "2024.11.3";
hash = "sha256-EVZSIALg6e1BdJNriGznJ3zxMKwU0QEbPiNPMmxeLbU=";
version = "2024.12.1";
hash = "sha256-LpHbXthVHvrVZ1xqBTDfF1RjzgEilQVVHfy0tlum/BU=";
};
buildInputs = [ pyright ];