From c9e41aab358030ffcd16a289b52eb818370382ce Mon Sep 17 00:00:00 2001 From: RLe <45675902+remkolems@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:35:10 +0100 Subject: [PATCH] Update extensions.json: added Todo Tree - Function: Shows TODO, FIXME, etc. comment tags in a tree view - Goal: to better manage and track of remaining work https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree --- .vscode/extensions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e7948651a2a..c8f112105f4 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -10,5 +10,6 @@ "will-stone.in-any-case", "EditorConfig.editorconfig", "PKief.material-icon-theme", + "Gruntfuggly.todo-tree" ] }