chore(frontend): 对齐 vscode 工作区设置
This commit is contained in:
parent
ffc4730096
commit
85d39e35ce
|
|
@ -1,67 +1,3 @@
|
||||||
{
|
{
|
||||||
"window.title": "${activeEditorShort}${separator}${separator}deer-flow/frontend",
|
"window.title": "${activeEditorShort}${separator}${separator}deer-flow/frontend"
|
||||||
"todo-tree.regex.regex": "((%|#|//|<!--|\\{/\\*|^\\s*\\*)\\s*($TAGS)|^\\s*- \\[ \\])",
|
|
||||||
"todo-tree.general.tags": [
|
|
||||||
"TODO:",
|
|
||||||
"BUG:",
|
|
||||||
"TAG:",
|
|
||||||
"DONE:",
|
|
||||||
"MARK:",
|
|
||||||
"TEST:",
|
|
||||||
"XXX:"
|
|
||||||
],
|
|
||||||
"todo-tree.regex.regexCaseSensitive": false,
|
|
||||||
"todo-tree.highlights.defaultHighlight": {
|
|
||||||
"foreground": "#000000",
|
|
||||||
"background": "#fff700",
|
|
||||||
"icon": "check",
|
|
||||||
"rulerColour": "#fff700",
|
|
||||||
"type": "tag",
|
|
||||||
"iconColour": "#fff700"
|
|
||||||
},
|
|
||||||
"todo-tree.highlights.customHighlight": {
|
|
||||||
"TODO:": {
|
|
||||||
"icon": "todo",
|
|
||||||
"background": "#fff700",
|
|
||||||
"rulerColour": "#fff700",
|
|
||||||
"iconColour": "#fff700"
|
|
||||||
},
|
|
||||||
"BUG:": {
|
|
||||||
"background": "#eb5c5c",
|
|
||||||
"icon": "bug",
|
|
||||||
"rulerColour": "#eb5c5c",
|
|
||||||
"iconColour": "#eb5c5c"
|
|
||||||
},
|
|
||||||
"TAG:": {
|
|
||||||
"background": "#38b2f4",
|
|
||||||
"icon": "tag",
|
|
||||||
"rulerColour": "#38b2f4",
|
|
||||||
"iconColour": "#38b2f4",
|
|
||||||
"rulerLane": "full"
|
|
||||||
},
|
|
||||||
"DONE:": {
|
|
||||||
"background": "#5eec95",
|
|
||||||
"icon": "check",
|
|
||||||
"rulerColour": "#5eec95",
|
|
||||||
"iconColour": "#5eec95"
|
|
||||||
},
|
|
||||||
"MARK:": {
|
|
||||||
"background": "#f90",
|
|
||||||
"icon": "note",
|
|
||||||
"rulerColour": "#f90",
|
|
||||||
"iconColour": "#f90"
|
|
||||||
},
|
|
||||||
"TEST:": {
|
|
||||||
"background": "#df7be6",
|
|
||||||
"icon": "flame",
|
|
||||||
"rulerColour": "#df7be6",
|
|
||||||
"iconColour": "#df7be6"
|
|
||||||
},
|
|
||||||
"XXX:": {
|
|
||||||
"background": "#d65d8e",
|
|
||||||
"icon": "versions",
|
|
||||||
"rulerColour": "#d65d8e",
|
|
||||||
"iconColour": "#d65d8e"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue