vscode-extensions.disneystreaming.smithy: init at 0.0.2

This commit is contained in:
Jakub Kozłowski 2022-02-03 04:40:46 +01:00 committed by Jonathan Ringer
parent ed89d9af8c
commit 0272dc8a6b

View File

@ -569,6 +569,16 @@ let
meta = { license = lib.licenses.mit; };
};
disneystreaming.smithy = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "disneystreaming";
name = "smithy";
version = "0.0.2";
sha256 = "0rdh7b5s7ynsyfrq1r1170g65q9vvvfl3qbfvbh1b38ndvj2f0yq";
};
meta = { license = lib.licenses.asl20; };
};
divyanshuagrawal.competitive-programming-helper = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "competitive-programming-helper";