Merge pull request #247214 from sikmir/ms-python
Add ms-python.black-formatter, ms-python.isort vscode extensions
This commit is contained in:
commit
6747a9a68d
@ -2412,6 +2412,38 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ms-python.black-formatter = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "black-formatter";
|
||||
publisher = "ms-python";
|
||||
version = "2023.4.1";
|
||||
sha256 = "sha256-IJaLke0WF1rlKTiuwJHAXDQB1SS39AoQhc4iyqqlTyY=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "Formatter extension for Visual Studio Code using black";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter";
|
||||
homepage = "https://github.com/microsoft/vscode-black-formatter";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
};
|
||||
};
|
||||
|
||||
ms-python.isort = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "isort";
|
||||
publisher = "ms-python";
|
||||
version = "2023.10.1";
|
||||
sha256 = "sha256-NRsS+mp0pIhGZiqxAMXNZ7SwLno9Q8pj+RS1WB92HzU=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "Import sorting extension for Visual Studio Code using isort";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.isort";
|
||||
homepage = "https://github.com/microsoft/vscode-isort";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
};
|
||||
};
|
||||
|
||||
ms-python.python = callPackage ./ms-python.python { };
|
||||
|
||||
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {
|
||||
|
Loading…
Reference in New Issue
Block a user