vscode-extensions.griimick.vhs: init at 0.0.4 (#265634)
* 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>
This commit is contained in:
parent
f90377895d
commit
315e3635bf
1 changed files with 16 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue