mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vscode-extensions.ms-dotnettools.vscode-dotnet-runtime: init 2.1.1
This commit is contained in:
parent
934c6da35e
commit
90c3231e9e
1 changed files with 17 additions and 0 deletions
|
@ -3126,6 +3126,23 @@ let
|
||||||
ms-dotnettools.csdevkit = callPackage ./ms-dotnettools.csdevkit { };
|
ms-dotnettools.csdevkit = callPackage ./ms-dotnettools.csdevkit { };
|
||||||
ms-dotnettools.csharp = callPackage ./ms-dotnettools.csharp { };
|
ms-dotnettools.csharp = callPackage ./ms-dotnettools.csharp { };
|
||||||
|
|
||||||
|
ms-dotnettools.vscode-dotnet-runtime = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "vscode-dotnet-runtime";
|
||||||
|
publisher = "ms-dotnettools";
|
||||||
|
version = "2.1.1";
|
||||||
|
hash = "sha256-k14bjWITPDduJi79W59SnMV2TFNRCeAymhs6u1Y0vzk=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/ms-dotnettools.vscode-dotnet-runtime/changelog";
|
||||||
|
description = "Provides a way for other Visual Studio Code extensions to install local versions of .NET SDK/Runtime";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime";
|
||||||
|
homepage = "https://github.com/dotnet/vscode-dotnet-runtime";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = [ lib.maintainers.magnouvean ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ms-kubernetes-tools.vscode-kubernetes-tools = buildVscodeMarketplaceExtension {
|
ms-kubernetes-tools.vscode-kubernetes-tools = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-kubernetes-tools";
|
name = "vscode-kubernetes-tools";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue