Todo tree settings update

This commit is contained in:
Wyqer 2019-10-14 20:37:09 +02:00
parent 33b2ba8b15
commit e478ee82b0
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 8 additions and 2 deletions

10
.vscode/settings.json vendored
View File

@ -322,8 +322,14 @@
]
}
],
"todo-tree.highlights.defaultHighlight": {
"type": "tag",
"foreground": "yellow",
"background": "red",
"opacity": 50,
"iconColour": "green"
},
"todo-tree.general.statusBar": "tags",
"todo-tree.tree.showCountsInTree": true,
"todo-tree.tree.flat": true,
"todo-tree.tree.showInExplorer": false
"todo-tree.tree.flat": true
}