mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
vscode-extensions.ms-python.pylint: init at 2023.10.1
This commit is contained in:
parent
4e7c116a91
commit
612f04e559
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user