Merge pull request #108733 from rhoriguchi/vscode-extensions/auto-rename-tag

This commit is contained in:
Sandro
2021-01-08 16:29:16 +01:00
committed by GitHub

View File

@@ -119,6 +119,18 @@ let
};
};
formulahendry.auto-rename-tag = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "auto-rename-tag";
publisher = "formulahendry";
version = "0.1.6";
sha256 = "0cqg9mxkyf41brjq2c764w42lzyn6ffphw6ciw7xnqk1h1x8wwbs";
};
meta = {
license = stdenv.lib.licenses.mit;
};
};
golang.Go = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "Go";