38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.fontSize": 14,
|
|
"editor.fontFamily": "'Source Code Pro', 'Source Code Pro', 'Source Code Pro'",
|
|
"terminal.integrated.fontFamily": "Source Code Pro",
|
|
"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/qt6.natvis",
|
|
"args": [
|
|
]
|
|
},
|
|
// "cmake.configureSettings": {
|
|
// "CMAKE_TOOLCHAIN_FILE": "${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
|
// },
|
|
"cmake.options.statusBarVisibility": "visible",
|
|
"cmake.generator": "Ninja",
|
|
"C_Cpp.default.compileCommands": "${workspaceRoot}/build/compile_commands.json",
|
|
"C_Cpp.default.cppStandard": "c++17",
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"editor.inlayHints.enabled": "off",
|
|
"editor.unicodeHighlight.allowedLocales": {
|
|
"ja": true,
|
|
"zh-hant": true,
|
|
"zh-hans": true
|
|
}
|
|
} |