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
+4 -4
View File
@@ -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",