mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
vscode-extensions.discloud.discloud: init 2.21.2
Release: https://github.com/discloud/vscode-discloud/releases/tag/2.21.2
This commit is contained in:
parent
b3145763b9
commit
0fc77d811d
@ -1268,6 +1268,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
discloud.discloud = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "discloud";
|
||||
name = "discloud";
|
||||
version = "2.21.2";
|
||||
hash = "sha256-es1WjKchxC2hIWOkIRuf5MqMjTYu6qcBgo8abCqTjFc=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/discloud.discloud/changelog";
|
||||
description = "A Visual Studio Code extension for hosting and managing applications on Discloud";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=discloud.discloud";
|
||||
homepage = "https://github.com/discloud/vscode-discloud";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.astindev ];
|
||||
};
|
||||
};
|
||||
|
||||
disneystreaming.smithy = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "disneystreaming";
|
||||
|
Loading…
Reference in New Issue
Block a user