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": [
"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/**",
"**/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",