Updated vscode settings
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"gruntfuggly.todo-tree"
|
"FanaticPythoner.better-todo-tree"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Vendored
+4
-4
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user