Updated vscode settings

This commit is contained in:
2026-05-28 23:03:40 +10:00
parent abba7e0534
commit 27d2a21710
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"recommendations": [ "recommendations": [
"gruntfuggly.todo-tree" "FanaticPythoner.better-todo-tree"
] ]
} }
+4 -4
View File
@@ -1,16 +1,16 @@
{ {
"todo-tree.filtering.includeGlobs": [ "better-todo-tree.filtering.includeGlobs": [
"**/repl/**", "**/repl/**",
"**/scripts/**", "**/scripts/**",
"**/source/**", "**/source/**",
"**/tests/**", "**/tests/**",
"**/tools/**", "**/tools/**",
], ],
"todo-tree.filtering.excludeGlobs": [ "better-todo-tree.filtering.excludeGlobs": [
"**/obj/**", "**/obj/**",
"**/out/**", "**/out/**",
], ],
"todo-tree.general.tags": [ "better-todo-tree.general.tags": [
"URGENT", "URGENT",
"BUG", "BUG",
"TODO", "TODO",
@@ -19,7 +19,7 @@
"WONTFIX", "WONTFIX",
"NOTE" "NOTE"
], ],
"todo-tree.highlights.customHighlight": { "better-todo-tree.highlights.customHighlight": {
"URGENT": { "URGENT": {
"icon": "alert", "icon": "alert",
"type": "text", "type": "text",