From b03401fd100b869ad551ec1ee5fe99b484a4d8be Mon Sep 17 00:00:00 2001 From: taynpg Date: Thu, 6 Mar 2025 08:10:23 +0800 Subject: [PATCH] =?UTF-8?q?font=EF=BC=9A=E6=9B=B4=E6=94=B9=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=AD=97=E4=BD=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/template/.vscode/settings.json b/template/.vscode/settings.json index 5069fe4..b6f180f 100644 --- a/template/.vscode/settings.json +++ b/template/.vscode/settings.json @@ -1,8 +1,8 @@ { "files.autoSave": "onFocusChange", "editor.fontSize": 14, - "editor.fontFamily": "'Source Code Pro', 'Courier New', monospace", - "terminal.integrated.fontFamily": "Source Code Pro", + "editor.fontFamily": "'Monaspace Krypton Light', 'Monaspace Krypton Light', 'Monaspace Krypton Light'", + "terminal.integrated.fontFamily": "Monaspace Krypton Light", "cmake.configureOnOpen": true, "cmake.debugConfig": { "console": "integratedTerminal", @@ -17,6 +17,7 @@ "ignoreFailures": true } ], + //"visualizerFile": "${workspaceRoot}/.vscode/qt6.natvis", "args": [ ] },