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 {
|
haskell.haskell = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "haskell";
|
name = "haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user