vscode-extensions.ms-python.vscode-pylance: 2025.6.1 -> 2025.6.2

This commit is contained in:
R. Ryantm 2025-07-03 21:16:45 +00:00
parent bed266e629
commit 862b1fcc1f

View File

@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "vscode-pylance"; name = "vscode-pylance";
publisher = "MS-python"; publisher = "MS-python";
version = "2025.6.1"; version = "2025.6.2";
hash = "sha256-rmG57PU1kwFdogaeyxUDfJ6ZOOxWFXp+RbO7hoExvG4="; hash = "sha256-XHy5k/1X+TH7iQDJBSk1xSofkizd3XQttoiaPG1DNZw=";
}; };
buildInputs = [ pyright ]; buildInputs = [ pyright ];