18 lines
662 B
JSON
18 lines
662 B
JSON
|
{
|
||
|
"files.autoSave": "onFocusChange",
|
||
|
"editor.fontSize": 14,
|
||
|
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
|
||
|
"terminal.integrated.fontFamily": "Source Code Pro",
|
||
|
"editor.fontLigatures": true,
|
||
|
"C_Cpp.default.configurationProvider": "tboox.xmake-vscode",
|
||
|
"cmake.configureOnOpen": false,
|
||
|
"C_Cpp.default.compileCommands": "${workspaceRoot}/build/compile_commands.json",
|
||
|
"C_Cpp.default.cppStandard": "c++17",
|
||
|
"editor.inlayHints.enabled": "off",
|
||
|
"editor.unicodeHighlight.allowedLocales": {
|
||
|
"ja": true,
|
||
|
"zh-hant": true,
|
||
|
"zh-hans": true
|
||
|
},
|
||
|
"makefile.configureOnOpen": false
|
||
|
}
|