Updated vscode settings

This commit is contained in:
2026-05-28 23:48:25 +10:00
parent 82d43ae813
commit c6eaf7f35b
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"recommendations": [ "recommendations": [
"gruntfuggly.todo-tree" "FanaticPythoner.better-todo-tree"
] ]
} }
+4 -5
View File
@@ -1,17 +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/**",
"**/Toy/**",
], ],
"todo-tree.general.tags": [ "better-todo-tree.general.tags": [
"URGENT", "URGENT",
"BUG", "BUG",
"TODO", "TODO",
@@ -20,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",
+1 -1
Submodule Toy updated: b312c0d8a3...27d2a21710