vscode-extensions.ms-python.vscode-pylance: 2024.10.1 -> 2024.11.3

This commit is contained in:
R. Ryantm 2024-11-26 19:38:50 +00:00
parent 429e2dfc3f
commit 0accd91c95

View File

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