3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #167038 from rhoriguchi/vscode-extensions.adpyke.codesnap

vscode-extensions.adpyke.codesnap: init 1.3.4
This commit is contained in:
Sandro 2022-04-26 17:19:45 +02:00 committed by GitHub
commit f4a044a002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,18 @@ let
};
};
adpyke.codesnap = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "codesnap";
publisher = "adpyke";
version = "1.3.4";
sha256 = "sha256-dR6qODSTK377OJpmUqG9R85l1sf9fvJJACjrYhSRWgQ=";
};
meta = {
license = lib.licenses.mit;
};
};
alefragnani.project-manager = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "project-manager";