107 lines
2.0 KiB
JSON
107 lines
2.0 KiB
JSON
{
|
|
"doxdocgen.generic.paramTemplate": "@param[in] {param} ",
|
|
"todo-tree.highlights.defaultHighlight": {
|
|
"icon": "alert",
|
|
"type": "text",
|
|
"foreground": "red",
|
|
"iconColour": "green"
|
|
},
|
|
"todo-tree.general.tags": [
|
|
"?",
|
|
"!",
|
|
" Step "
|
|
],
|
|
"todo-tree.highlights.customHighlight": {
|
|
" Step ": {
|
|
"foreground": "#7CFC00",
|
|
"icon": "question",
|
|
"iconColour": "green",
|
|
"type": "text-and-comment",
|
|
"hideFromTree": true
|
|
},
|
|
"?": {
|
|
"foreground": "yellow",
|
|
"icon": "question",
|
|
"iconColour": "yellow",
|
|
"type": "text-and-comment"
|
|
},
|
|
"!": {
|
|
"foreground": "red",
|
|
"icon": "issue-opened",
|
|
"iconColour": "red",
|
|
"type": "text-and-comment"
|
|
}
|
|
},
|
|
"todo-tree.general.revealBehaviour": "highlight todo",
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
"todo-tree.filtering.excludeGlobs":[
|
|
"**/*.txt",
|
|
"**/*.md"
|
|
],
|
|
"files.associations": {
|
|
"*.cc": "cpp",
|
|
"vector": "cpp",
|
|
"mutex": "cpp",
|
|
"list": "cpp",
|
|
"xtree": "cpp",
|
|
"map": "cpp",
|
|
"algorithm": "cpp",
|
|
"bitset": "cpp",
|
|
"cctype": "cpp",
|
|
"chrono": "cpp",
|
|
"cmath": "cpp",
|
|
"concepts": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"deque": "cpp",
|
|
"exception": "cpp",
|
|
"fstream": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iomanip": "cpp",
|
|
"ios": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"iterator": "cpp",
|
|
"limits": "cpp",
|
|
"memory": "cpp",
|
|
"new": "cpp",
|
|
"numeric": "cpp",
|
|
"ostream": "cpp",
|
|
"queue": "cpp",
|
|
"ratio": "cpp",
|
|
"set": "cpp",
|
|
"sstream": "cpp",
|
|
"stack": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"string": "cpp",
|
|
"system_error": "cpp",
|
|
"thread": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"typeinfo": "cpp",
|
|
"unordered_map": "cpp",
|
|
"utility": "cpp",
|
|
"xfacet": "cpp",
|
|
"xhash": "cpp",
|
|
"xiosbase": "cpp",
|
|
"xlocale": "cpp",
|
|
"xlocinfo": "cpp",
|
|
"xlocmon": "cpp",
|
|
"xlocnum": "cpp",
|
|
"xloctime": "cpp",
|
|
"xmemory": "cpp",
|
|
"xstddef": "cpp",
|
|
"xstring": "cpp",
|
|
"xtr1common": "cpp",
|
|
"xutility": "cpp"
|
|
}
|
|
}
|