mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
vscode-extensions.gruntfuggly.todo-tree: init at 0.0.196
This commit is contained in:
parent
fd72f6a8ac
commit
8ff285d579
|
@ -292,6 +292,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
gruntfuggly.todo-tree = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "todo-tree";
|
||||
publisher = "Gruntfuggly";
|
||||
version = "0.0.196";
|
||||
sha256 = "1l4f290018f2p76q6hn2b2injps6wz65as7dm537wrsvsivyg2qz";
|
||||
};
|
||||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
haskell.haskell = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "haskell";
|
||||
|
|
Loading…
Reference in a new issue