We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4044821 + 10d7b5d commit 4f5f1b5Copy full SHA for 4f5f1b5
pkgs/applications/editors/vscode/extensions/ms-python.vscode-pylance/default.nix
@@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
8
mktplcRef = {
9
name = "vscode-pylance";
10
publisher = "MS-python";
11
- version = "2025.3.2";
12
- hash = "sha256-Lv4HiFsYszThuGp6YyTWUqgi2o0+aiMGnsiBxu3vQWk=";
+ version = "2025.4.1";
+ hash = "sha256-XZ00HOH+7onP1li6nBwjBIRc1Zy5SNvrT1JhnzJTr1E=";
13
};
14
15
buildInputs = [ pyright ];
0 commit comments