35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.fontSize": 14,
|
|
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono'",
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.debugConfig": {
|
|
"console": "integratedTerminal"
|
|
},
|
|
"cmake.environment": {
|
|
"PATH": "${env:PATH};C:/dev/wxWidgets/lib/vc_x64_dll"
|
|
},
|
|
"cmake.options.statusBarVisibility": "visible",
|
|
"cmake.generator": "Ninja",
|
|
"C_Cpp.intelliSenseEngine": "disabled",
|
|
"clangd.arguments": [
|
|
"--header-insertion=never",
|
|
"--all-scopes-completion",
|
|
"--completion-style=detailed",
|
|
"--clang-tidy",
|
|
"-j=4",
|
|
"--pch-storage=memory",
|
|
"--compile-commands-dir=build",
|
|
"--background-index",
|
|
"--ranking-model=heuristics",
|
|
"--function-arg-placeholders=false",
|
|
"--query-driver=repaceE"
|
|
],
|
|
"editor.inlayHints.enabled": "off",
|
|
"editor.unicodeHighlight.allowedLocales": {
|
|
"ja": true,
|
|
"zh-hant": true,
|
|
"zh-hans": true
|
|
}
|
|
}
|