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 64211f4..7194ef7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,16 +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/**", ], - "todo-tree.general.tags": [ + "better-todo-tree.general.tags": [ "URGENT", "BUG", "TODO", @@ -19,7 +19,7 @@ "WONTFIX", "NOTE" ], - "todo-tree.highlights.customHighlight": { + "better-todo-tree.highlights.customHighlight": { "URGENT": { "icon": "alert", "type": "text",