45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.fontSize": 13,
|
|
"editor.fontFamily": "'Monaspace Krypton Light', 'Monaspace Krypton Light', 'Monaspace Krypton Light'",
|
|
"terminal.integrated.fontFamily": "Monaspace Krypton Light",
|
|
"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": [
|
|
"9999"
|
|
]
|
|
},
|
|
"cmake.configureArgs": [
|
|
"-Wno-dev",
|
|
"-DGRAB_CRASH=ON"
|
|
],
|
|
"cmake.configureSettings": {
|
|
//"CMAKE_TOOLCHAIN_FILE": "${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
|
},
|
|
"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"
|
|
}
|
|
} |