From 7e59870005c48a2941606f4c9d36900b71f84c10 Mon Sep 17 00:00:00 2001 From: taynpg Date: Thu, 18 Dec 2025 22:38:13 +0800 Subject: [PATCH] =?UTF-8?q?font=EF=BC=9A=E5=AD=97=E4=BD=93=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8aa97c9..c0c31a3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,9 +2,9 @@ "files.autoSave": "onFocusChange", "editor.fontSize": 14, "cmake.configureOnOpen": true, - "editor.fontFamily": "'Maple Mono NL NF CN Light', 'Maple Mono NL NF CN Light', 'Maple Mono NL NF CN Light'", + "editor.fontFamily": "'Maple Mono NF CN Light', 'Maple Mono NF CN Light', 'Maple Mono NF CN Light'", "cmake.debugConfig": { - "type": "lldb", + //"type": "lldb", "console": "externalTerminal", "setupCommands": [ { @@ -16,7 +16,7 @@ "args": [] }, "cmake.configureSettings": { - "CMAKE_PREFIX_PATH": "C:/local/Qt6", + "CMAKE_PREFIX_PATH": "C:/dev/qt6", }, "cmake.configureArgs": [ "-Wno-dev",