vscode-extensions.ms-python.black-formatter: init at 2023.4.1

This commit is contained in:
Nikolay Korotkiy 2023-08-05 00:39:06 +04:00
parent 3a50cf5709
commit f945152267
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -2412,6 +2412,22 @@ 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.python = callPackage ./ms-python.python { };
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {