This commit is contained in:
taynpg 2025-01-17 09:45:23 +08:00
parent 9929f4ea8e
commit db5ae82828

View File

@ -1,8 +1,8 @@
{
"files.autoSave": "onFocusChange",
"editor.fontSize": 14,
"editor.fontFamily": "'SauceCodePro Nerd Font', 'SauceCodePro Nerd Font', monospace",
"terminal.integrated.fontFamily": "SauceCodePro Nerd Font",
"editor.fontFamily": "'Source Code Pro', 'Source Code Pro', monospace",
"terminal.integrated.fontFamily": "Source Code Pro",
"editor.fontLigatures": true,
//"C_Cpp.default.configurationProvider": "tboox.xmake-vscode",
"cmake.configureOnOpen": true,