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