mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
vscode-extensions.ms-vscode.PowerShell: init at 2022.7.2
This commit is contained in:
parent
71bb828019
commit
fbf4f7dcc0
1 changed files with 16 additions and 0 deletions
|
@ -1674,6 +1674,22 @@ let
|
||||||
|
|
||||||
ms-vscode.cpptools = callPackage ./cpptools { };
|
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-remote.remote-ssh = callPackage ./remote-ssh { };
|
||||||
|
|
||||||
ms-vscode.theme-tomorrowkit = buildVscodeMarketplaceExtension {
|
ms-vscode.theme-tomorrowkit = buildVscodeMarketplaceExtension {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue