Skip to content

Commit

Permalink
vscode-extensions.griimick.vhs: init at 0.0.4 (#265634)
Browse files Browse the repository at this point in the history
* vscode-extensions.griimick.vhs: init at 0.0.4

* Update pkgs/applications/editors/vscode/extensions/default.nix

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
  • Loading branch information
drupol and superherointj authored Nov 5, 2023
1 parent f903778 commit 315e363
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1744,6 +1744,22 @@ let
};
};

griimick.vhs = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vhs";
publisher = "griimick";
version = "0.0.4";
sha256 = "sha256-zAy8o5d2pK5ra/dbwoLgPAQAYfRQtUYQjisWYgIhsXA=";
};
meta = {
description = "Visual Studio Code extension providing syntax support for VHS .tape files";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=griimick.vhs";
homepage = "https://github.com/griimick/vscode-vhs";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.drupol ];
};
};

gruntfuggly.todo-tree = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "todo-tree";
Expand Down

0 comments on commit 315e363

Please sign in to comment.