144 lines
4.0 KiB
JSON
144 lines
4.0 KiB
JSON
|
|
{
|
||
|
|
"files.autoSave": "onFocusChange",
|
||
|
|
"editor.fontSize": 14,
|
||
|
|
"editor.fontFamily": "Consolas, 'Courier New', monospace",
|
||
|
|
"terminal.integrated.fontFamily": "Consolas",
|
||
|
|
"cmake.configureOnOpen": true,
|
||
|
|
"cmake.debugConfig": {
|
||
|
|
"console": "integratedTerminal",
|
||
|
|
"setupCommands": [
|
||
|
|
{
|
||
|
|
"description": "-gdb-set charset utf-8",
|
||
|
|
"text": "-gdb-set charset UTF-8"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"description": "Enable gdb pretty-printing",
|
||
|
|
"text": "-enable-pretty-printing",
|
||
|
|
"ignoreFailures": true
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"visualizerFile": "${workspaceRoot}/.vscode/qt5.natvis",
|
||
|
|
"args": [
|
||
|
|
"-t",
|
||
|
|
"Debug",
|
||
|
|
"-r",
|
||
|
|
"D:\\A\\SimAux",
|
||
|
|
"-a",
|
||
|
|
"Clear"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"cmake.configureArgs": [
|
||
|
|
"-Wno-dev"
|
||
|
|
],
|
||
|
|
"cmake.configureSettings": {
|
||
|
|
"CMAKE_PREFIX_PATH": "C:/local/boost_1_90_0"
|
||
|
|
},
|
||
|
|
// "cmake.environment": {
|
||
|
|
// "PATH": "${env:PATH};C:/Qt/Qt5.14.2/5.14.2/msvc2017_64/bin;D:/env/ctf-win-bin/ctf/bin/Debug;R:/ctf/bin/Debug;",
|
||
|
|
// "LD_LIBRARY_PATH": "$LD_LIBRARY_PATH:/home/taynpg/ctf-bin/ctf/bin/Debug:/home/lebo/ctf-bin/ctf/bin/Debug"
|
||
|
|
// },
|
||
|
|
"cmake.options.statusBarVisibility": "visible",
|
||
|
|
"cmake.generator": "Ninja",
|
||
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||
|
|
"editor.inlayHints.enabled": "off",
|
||
|
|
"editor.unicodeHighlight.allowedLocales": {
|
||
|
|
"ja": true,
|
||
|
|
"zh-hant": true,
|
||
|
|
"zh-hans": true
|
||
|
|
},
|
||
|
|
"files.associations": {
|
||
|
|
".clang-tidy": "yaml",
|
||
|
|
"filesystem": "cpp",
|
||
|
|
"regex": "cpp",
|
||
|
|
"functional": "cpp",
|
||
|
|
"algorithm": "cpp",
|
||
|
|
"any": "cpp",
|
||
|
|
"array": "cpp",
|
||
|
|
"atomic": "cpp",
|
||
|
|
"bit": "cpp",
|
||
|
|
"bitset": "cpp",
|
||
|
|
"cctype": "cpp",
|
||
|
|
"charconv": "cpp",
|
||
|
|
"chrono": "cpp",
|
||
|
|
"clocale": "cpp",
|
||
|
|
"cmath": "cpp",
|
||
|
|
"codecvt": "cpp",
|
||
|
|
"compare": "cpp",
|
||
|
|
"complex": "cpp",
|
||
|
|
"concepts": "cpp",
|
||
|
|
"condition_variable": "cpp",
|
||
|
|
"coroutine": "cpp",
|
||
|
|
"csignal": "cpp",
|
||
|
|
"cstdarg": "cpp",
|
||
|
|
"cstddef": "cpp",
|
||
|
|
"cstdint": "cpp",
|
||
|
|
"cstdio": "cpp",
|
||
|
|
"cstdlib": "cpp",
|
||
|
|
"cstring": "cpp",
|
||
|
|
"ctime": "cpp",
|
||
|
|
"cwchar": "cpp",
|
||
|
|
"deque": "cpp",
|
||
|
|
"exception": "cpp",
|
||
|
|
"expected": "cpp",
|
||
|
|
"resumable": "cpp",
|
||
|
|
"format": "cpp",
|
||
|
|
"forward_list": "cpp",
|
||
|
|
"fstream": "cpp",
|
||
|
|
"future": "cpp",
|
||
|
|
"initializer_list": "cpp",
|
||
|
|
"iomanip": "cpp",
|
||
|
|
"ios": "cpp",
|
||
|
|
"iosfwd": "cpp",
|
||
|
|
"iostream": "cpp",
|
||
|
|
"istream": "cpp",
|
||
|
|
"iterator": "cpp",
|
||
|
|
"limits": "cpp",
|
||
|
|
"list": "cpp",
|
||
|
|
"locale": "cpp",
|
||
|
|
"map": "cpp",
|
||
|
|
"memory": "cpp",
|
||
|
|
"mutex": "cpp",
|
||
|
|
"new": "cpp",
|
||
|
|
"numeric": "cpp",
|
||
|
|
"optional": "cpp",
|
||
|
|
"ostream": "cpp",
|
||
|
|
"queue": "cpp",
|
||
|
|
"random": "cpp",
|
||
|
|
"ratio": "cpp",
|
||
|
|
"set": "cpp",
|
||
|
|
"shared_mutex": "cpp",
|
||
|
|
"source_location": "cpp",
|
||
|
|
"sstream": "cpp",
|
||
|
|
"stack": "cpp",
|
||
|
|
"stdexcept": "cpp",
|
||
|
|
"stop_token": "cpp",
|
||
|
|
"streambuf": "cpp",
|
||
|
|
"string": "cpp",
|
||
|
|
"system_error": "cpp",
|
||
|
|
"thread": "cpp",
|
||
|
|
"tuple": "cpp",
|
||
|
|
"type_traits": "cpp",
|
||
|
|
"typeinfo": "cpp",
|
||
|
|
"unordered_map": "cpp",
|
||
|
|
"utility": "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",
|
||
|
|
"xstring": "cpp",
|
||
|
|
"xtr1common": "cpp",
|
||
|
|
"xtree": "cpp",
|
||
|
|
"xutility": "cpp",
|
||
|
|
"qpushbutton": "cpp",
|
||
|
|
"xmemory0": "cpp"
|
||
|
|
}
|
||
|
|
}
|