104 lines
2.9 KiB
JSON
104 lines
2.9 KiB
JSON
{
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.fontSize": 14,
|
|
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
|
|
"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
|
|
}
|
|
],
|
|
"args": [
|
|
]
|
|
},
|
|
"cmake.configureSettings": {
|
|
"CMAKE_TOOLCHAIN_FILE": "${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
|
"USE_TEST": "ON"
|
|
},
|
|
"cmake.options.statusBarVisibility": "visible",
|
|
"cmake.generator": "Ninja",
|
|
"C_Cpp.default.compileCommands": "${workspaceRoot}/build/compile_commands.json",
|
|
"C_Cpp.default.cppStandard": "c++17",
|
|
"editor.inlayHints.enabled": "off",
|
|
"editor.unicodeHighlight.allowedLocales": {
|
|
"ja": true,
|
|
"zh-hant": true,
|
|
"zh-hans": true
|
|
},
|
|
"files.associations": {
|
|
"xstring": "cpp",
|
|
"algorithm": "cpp",
|
|
"chrono": "cpp",
|
|
"cmath": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"exception": "cpp",
|
|
"filesystem": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iomanip": "cpp",
|
|
"ios": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"list": "cpp",
|
|
"locale": "cpp",
|
|
"memory": "cpp",
|
|
"new": "cpp",
|
|
"ostream": "cpp",
|
|
"ratio": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"typeinfo": "cpp",
|
|
"utility": "cpp",
|
|
"vector": "cpp",
|
|
"xfacet": "cpp",
|
|
"xiosbase": "cpp",
|
|
"xlocale": "cpp",
|
|
"xlocbuf": "cpp",
|
|
"xlocinfo": "cpp",
|
|
"xlocmes": "cpp",
|
|
"xlocmon": "cpp",
|
|
"xlocnum": "cpp",
|
|
"xloctime": "cpp",
|
|
"xmemory": "cpp",
|
|
"xmemory0": "cpp",
|
|
"xstddef": "cpp",
|
|
"xtr1common": "cpp",
|
|
"xutility": "cpp",
|
|
"unordered_map": "cpp",
|
|
"xhash": "cpp",
|
|
"map": "cpp",
|
|
"xtree": "cpp",
|
|
"fstream": "cpp",
|
|
"atomic": "cpp",
|
|
"condition_variable": "cpp",
|
|
"deque": "cpp",
|
|
"functional": "cpp",
|
|
"future": "cpp",
|
|
"iterator": "cpp",
|
|
"mutex": "cpp",
|
|
"queue": "cpp",
|
|
"regex": "cpp",
|
|
"sstream": "cpp",
|
|
"thread": "cpp"
|
|
}
|
|
} |