Merge pull request #189331 from CompEng0001/vscode-extensions

vscode-extensions.2gua.rainbow-brackets: init at 0.0.6
This commit is contained in:
superherointj
2022-09-06 13:35:14 -03:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
+6
View File
@@ -2637,6 +2637,12 @@
githubId = 244239;
name = "Mauricio Collares";
};
CompEng0001 = {
email = "sb1501@canterbury.ac.uk";
github = "CompEng0001";
githubId = 40290417;
name = "Seb Blair";
};
copumpkin = {
email = "pumpkingod@gmail.com";
github = "copumpkin";
@@ -48,6 +48,22 @@ let
};
};
_2gua.rainbow-brackets = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "2gua";
name = "rainbow-brackets";
version = "0.0.6";
sha256 = "TVBvF/5KQVvWX1uHwZDlmvwGjOO5/lXbgVzB26U8rNQ=";
};
meta = with lib; {
description = "A Visual Studio Code extension providing rainbow brackets";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets";
homepage = "https://github.com/lcultx/rainbow-brackets";
license = licenses.mit;
maintainers = with maintainers; [ CompEng0001 ];
};
};
_4ops.terraform = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "4ops";