Merge pull request #306549 from astindev/discloud

vscode-extensions.discloud.discloud: init 2.21.2
This commit is contained in:
superherointj 2024-04-25 14:25:14 -03:00 committed by GitHub
commit 9603f963f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 0 deletions

View File

@ -1848,6 +1848,12 @@
githubId = 7745457;
name = "Astavie";
};
astindev = {
email = "astindev@pm.me";
github = "astindev";
githubId = 52360869;
name = "Astin";
};
astro = {
email = "astro@spaceboyz.net";
github = "astro";

View File

@ -1263,6 +1263,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";