vscode-extensions.ms-python.pylint: init at 2023.10.1

This commit is contained in:
Amadej Kastelic 2024-07-20 14:47:48 +02:00
parent 4e7c116a91
commit 612f04e559
No known key found for this signature in database

View File

@ -3223,6 +3223,23 @@ let
};
};
ms-python.pylint = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "pylint";
publisher = "ms-python";
version = "2023.10.1";
hash = "sha256-1tI5u33c5CHFQxkJZ/OxW3ZA5qPr4RoCIf6dqIMPykQ=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/ms-python.pylint/changelog";
description = "Python linting support for VS Code using Pylint";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.pylint";
homepage = "https://github.com/microsoft/vscode-pylint";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.amadejkastelic ];
};
};
ms-python.python = callPackage ./ms-python.python { };
ms-python.debugpy = buildVscodeMarketplaceExtension {