From bc69780860adff39c60660c5e07fd5be17ce15e4 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 12 Feb 2024 03:11:46 +0000 Subject: [PATCH] Add TODO extension to devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index df2294cbf..18b11451f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -37,7 +37,8 @@ "jock.svg", "heybourn.headwind", "figma.figma-vscode-extension", - "github.vscode-github-actions" + "github.vscode-github-actions", + "gruntfuggly.todo-tree" ] } },