vscode-extensions.gruntfuggly.todo-tree: modernize

This commit is contained in:
SandaruKasa
2026-06-09 02:01:35 +03:00
parent e42efda306
commit 4cd5828347
@@ -1,6 +1,7 @@
{
lib,
vscode-utils,
vscode-extension-update-script,
}:
vscode-utils.buildVscodeMarketplaceExtension {
@@ -10,7 +11,17 @@ vscode-utils.buildVscodeMarketplaceExtension {
version = "0.0.226";
hash = "sha256-Fj9cw+VJ2jkTGUclB1TLvURhzQsaryFQs/+f2RZOLHs=";
};
__structuredAttrs = true;
strictDeps = true;
passthru.updateScript = vscode-extension-update-script { };
meta = {
changelog = "https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/changelog";
description = "Show TODO, FIXME, etc. comment tags in a tree view";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree";
homepage = "https://github.com/Gruntfuggly/todo-tree";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
sandarukasa