mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-28 12:06:38 +03:00
Merge pull request #167038 from rhoriguchi/vscode-extensions.adpyke.codesnap
vscode-extensions.adpyke.codesnap: init 1.3.4
This commit is contained in:
commit
f4a044a002
1 changed files with 12 additions and 0 deletions
|
@ -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 {
|
alefragnani.project-manager = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "project-manager";
|
name = "project-manager";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue