vscode-extensions.ms-python.vscode-pylance: 2024.7.1 -> 2024.8.1

This commit is contained in:
R. Ryantm 2024-08-07 02:19:36 +00:00
parent 60c217585b
commit 5f87351d42

View File

@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-pylance";
publisher = "MS-python";
version = "2024.7.1";
hash = "sha256-hheuv4S399Kn/HNvaFZ8ynbR90eR4Z+NxNef0T9rGq0=";
version = "2024.8.1";
hash = "sha256-UfbhvEWZVAQ/3xg57JpNqURTx/+g6zsWZ0WOzRHtrOU=";
};
buildInputs = [ pyright ];