Merge pull request #182817 from rhoriguchi/vscode-extensions.ms-vscode.PowerShell

vscode-extensions.ms-vscode.PowerShell: init at 2022.7.2
This commit is contained in:
superherointj 2022-08-02 18:45:50 -03:00 committed by GitHub
commit 91578667c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1680,6 +1680,22 @@ let
ms-vscode.cpptools = callPackage ./cpptools { };
ms-vscode.PowerShell = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "PowerShell";
publisher = "ms-vscode";
version = "2022.7.2";
sha256 = "sha256-YL90dRmOvfbizT+hfkNu267JtG122LTMS9MHCfaMzkk=";
};
meta = with lib; {
description = "A Visual Studio Code extension for PowerShell language support";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell";
homepage = "https://github.com/PowerShell/vscode-powershell";
license = licenses.mit;
maintainers = with maintainers; [ rhoriguchi ];
};
};
ms-vscode-remote.remote-ssh = callPackage ./remote-ssh { };
ms-vscode.theme-tomorrowkit = buildVscodeMarketplaceExtension {