34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.fontSize": 17,
|
|
"editor.fontFamily": "'Operator Mono Lig Light', 'Operator Mono Lig Light', 'Operator Mono Lig Light'",
|
|
"editor.fontLigatures": true,
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.generator": "Ninja",
|
|
"cmake.debugConfig": {
|
|
"console": "integratedTerminal",
|
|
"args": [
|
|
"G:\\ACode\\RTM_x64_vs2015\\RTM_x64_vs2015_Use.sln",
|
|
"Debug|x64",
|
|
"D:/he.json",
|
|
"expect:..\\include"
|
|
],
|
|
},
|
|
"cmake.options.statusBarVisibility": "visible",
|
|
"editor.inlayHints.enabled": "off",
|
|
"C_Cpp.intelliSenseEngine": "disabled",
|
|
"clangd.arguments": [
|
|
"--header-insertion=never",
|
|
"--all-scopes-completion",
|
|
"--completion-style=detailed",
|
|
"-j=4",
|
|
"--pch-storage=memory",
|
|
"--compile-commands-dir=build",
|
|
"--background-index",
|
|
"--ranking-model=heuristics",
|
|
"--query-driver=/usr/bin/g++"
|
|
],
|
|
"files.associations": {
|
|
"filesystem": "cpp"
|
|
}
|
|
} |