31 lines
925 B
JSON
31 lines
925 B
JSON
|
{
|
||
|
"files.autoSave": "onFocusChange",
|
||
|
"editor.fontSize": 14,
|
||
|
"editor.fontFamily": "'Cascadia Code', 'Cascadia Code', 'Cascadia Code'",
|
||
|
"cmake.configureOnOpen": true,
|
||
|
"cmake.debugConfig": {
|
||
|
//"externalConsole": true,
|
||
|
"setupCommands": [
|
||
|
{
|
||
|
"description": "-gdb-set charset utf-8",
|
||
|
"text": "-gdb-set charset UTF-8"
|
||
|
},
|
||
|
{
|
||
|
"description": "Enable gdb pretty-printing",
|
||
|
"text": "-enable-pretty-printing",
|
||
|
"ignoreFailures": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"editor.inlayHints.enabled": "off",
|
||
|
"C_Cpp.intelliSenseEngine": "disabled",
|
||
|
"clangd.arguments": [
|
||
|
"--clang-tidy",
|
||
|
"-j=4",
|
||
|
"--pch-storage=memory",
|
||
|
"--compile-commands-dir=build",
|
||
|
"--background-index",
|
||
|
"--ranking-model=heuristics",
|
||
|
"--query-driver=E:/program/mingw64/bin/g++.exe"
|
||
|
]
|
||
|
}
|