16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"git.closeDiffOnOperation": true,
|
|
"files.associations": {
|
|
"*.latex": "latex"
|
|
},
|
|
"todo-tree.highlights.useColourScheme": true,
|
|
"todo-tree.general.tags": [
|
|
"BUG",
|
|
"HACK",
|
|
"FIXME",
|
|
"TODO",
|
|
"%BOOKMARK",
|
|
"[ ]",
|
|
"[x]"
|
|
]
|
|
}
|