From c6eaf7f35b6450f7cb6778f9177710fdbcc6d967 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 28 May 2026 23:48:25 +1000 Subject: [PATCH] Updated vscode settings --- .vscode/extensions.json | 2 +- .vscode/settings.json | 9 ++++----- Toy | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 8b1f745..760d14a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,5 @@ { "recommendations": [ - "gruntfuggly.todo-tree" + "FanaticPythoner.better-todo-tree" ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 48e4c56..7194ef7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,17 +1,16 @@ { - "todo-tree.filtering.includeGlobs": [ + "better-todo-tree.filtering.includeGlobs": [ "**/repl/**", "**/scripts/**", "**/source/**", "**/tests/**", "**/tools/**", ], - "todo-tree.filtering.excludeGlobs": [ + "better-todo-tree.filtering.excludeGlobs": [ "**/obj/**", "**/out/**", - "**/Toy/**", ], - "todo-tree.general.tags": [ + "better-todo-tree.general.tags": [ "URGENT", "BUG", "TODO", @@ -20,7 +19,7 @@ "WONTFIX", "NOTE" ], - "todo-tree.highlights.customHighlight": { + "better-todo-tree.highlights.customHighlight": { "URGENT": { "icon": "alert", "type": "text", diff --git a/Toy b/Toy index b312c0d..27d2a21 160000 --- a/Toy +++ b/Toy @@ -1 +1 @@ -Subproject commit b312c0d8a3fde62635a1f9116d1f06ab67b5d47e +Subproject commit 27d2a2171041c13e58f86b99f088bd3239db13a1