filecomplete/.vscode/settings.json

18 lines
662 B
JSON
Raw Normal View History

2025-01-08 16:58:27 +08:00
{
"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
}