131 lines
3.5 KiB
JSON
131 lines
3.5 KiB
JSON
|
//settings.json files are user or workspace settings files for VSCode.
|
||
|
{
|
||
|
"cmake.sourceDirectory": "D:/compass_i_f_svn/trunk/code",
|
||
|
"files.associations": {
|
||
|
"1": "c",
|
||
|
"*.ini": "json",
|
||
|
"iostream": "cpp",
|
||
|
"filesystem": "cpp",
|
||
|
"qcoreapplication": "cpp",
|
||
|
"xstring": "cpp",
|
||
|
"atomic": "cpp",
|
||
|
"memory": "cpp",
|
||
|
"functional": "cpp",
|
||
|
"iterator": "cpp",
|
||
|
"chrono": "cpp",
|
||
|
"string": "cpp",
|
||
|
"xtr1common": "cpp",
|
||
|
"list": "cpp",
|
||
|
"algorithm": "cpp",
|
||
|
"any": "cpp",
|
||
|
"array": "cpp",
|
||
|
"bit": "cpp",
|
||
|
"cctype": "cpp",
|
||
|
"charconv": "cpp",
|
||
|
"clocale": "cpp",
|
||
|
"cmath": "cpp",
|
||
|
"compare": "cpp",
|
||
|
"complex": "cpp",
|
||
|
"concepts": "cpp",
|
||
|
"cstddef": "cpp",
|
||
|
"cstdint": "cpp",
|
||
|
"cstdio": "cpp",
|
||
|
"cstdlib": "cpp",
|
||
|
"cstring": "cpp",
|
||
|
"ctime": "cpp",
|
||
|
"cwchar": "cpp",
|
||
|
"exception": "cpp",
|
||
|
"format": "cpp",
|
||
|
"forward_list": "cpp",
|
||
|
"fstream": "cpp",
|
||
|
"initializer_list": "cpp",
|
||
|
"iomanip": "cpp",
|
||
|
"ios": "cpp",
|
||
|
"iosfwd": "cpp",
|
||
|
"istream": "cpp",
|
||
|
"limits": "cpp",
|
||
|
"locale": "cpp",
|
||
|
"map": "cpp",
|
||
|
"mutex": "cpp",
|
||
|
"new": "cpp",
|
||
|
"numeric": "cpp",
|
||
|
"optional": "cpp",
|
||
|
"ostream": "cpp",
|
||
|
"ranges": "cpp",
|
||
|
"ratio": "cpp",
|
||
|
"span": "cpp",
|
||
|
"sstream": "cpp",
|
||
|
"stdexcept": "cpp",
|
||
|
"stop_token": "cpp",
|
||
|
"streambuf": "cpp",
|
||
|
"system_error": "cpp",
|
||
|
"thread": "cpp",
|
||
|
"tuple": "cpp",
|
||
|
"type_traits": "cpp",
|
||
|
"typeinfo": "cpp",
|
||
|
"unordered_map": "cpp",
|
||
|
"utility": "cpp",
|
||
|
"valarray": "cpp",
|
||
|
"variant": "cpp",
|
||
|
"vector": "cpp",
|
||
|
"xfacet": "cpp",
|
||
|
"xhash": "cpp",
|
||
|
"xiosbase": "cpp",
|
||
|
"xlocale": "cpp",
|
||
|
"xlocbuf": "cpp",
|
||
|
"xlocinfo": "cpp",
|
||
|
"xlocmes": "cpp",
|
||
|
"xlocmon": "cpp",
|
||
|
"xlocnum": "cpp",
|
||
|
"xloctime": "cpp",
|
||
|
"xmemory": "cpp",
|
||
|
"xstddef": "cpp",
|
||
|
"xtree": "cpp",
|
||
|
"xutility": "cpp",
|
||
|
"qdebug": "cpp",
|
||
|
"codecvt": "cpp",
|
||
|
"condition_variable": "cpp",
|
||
|
"future": "cpp",
|
||
|
"random": "cpp",
|
||
|
"*.txt": "c",
|
||
|
"qdesktopservices": "cpp",
|
||
|
"*.rh": "cpp",
|
||
|
"qtcoredepends": "cpp",
|
||
|
"qtsqldepends": "cpp",
|
||
|
"qvector": "cpp",
|
||
|
"bitset": "cpp",
|
||
|
"qstring": "cpp",
|
||
|
"qdatetime": "cpp",
|
||
|
"qjsondocument": "cpp",
|
||
|
"set": "cpp",
|
||
|
"strstream": "cpp",
|
||
|
"unordered_set": "cpp",
|
||
|
"regex": "cpp",
|
||
|
"qmainwindow": "cpp",
|
||
|
"qwebenginesettings": "cpp",
|
||
|
"qobject": "cpp",
|
||
|
"deque": "cpp",
|
||
|
"*.lxx": "cpp",
|
||
|
"coroutine": "cpp",
|
||
|
"queue": "cpp",
|
||
|
"*.txx": "c",
|
||
|
"cstdarg": "cpp",
|
||
|
"source_location": "cpp",
|
||
|
"stack": "cpp"
|
||
|
},
|
||
|
"files.exclude": {
|
||
|
"3rd":true,
|
||
|
//"lib": true,
|
||
|
"doc": true,
|
||
|
//"build/*": true,
|
||
|
//"win_bin": true,
|
||
|
"projects/app.ico": true,
|
||
|
"projects/resource.rc": true,
|
||
|
},
|
||
|
"C_Cpp.errorSquiggles": "disabled",
|
||
|
"cmake.setBuildTypeOnMultiConfig": true,
|
||
|
"cmake.debugConfig": {
|
||
|
"visualizerFile": "C:\\Users\\CCS\\AppData\\Roaming\\Code\\User\\workspaceStorage\\1b9fc1f2a2782f1e3eadd20ba7911634",
|
||
|
"console": "integratedTerminal"
|
||
|
}
|
||
|
}
|