config:配置修改。

This commit is contained in:
taynpg 2025-01-17 10:44:17 +08:00
parent 99b558b90d
commit 0974d492af
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{ {
"files.autoSave": "onFocusChange", "files.autoSave": "onFocusChange",
"editor.fontSize": 13, "editor.fontSize": 13,
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono'", "editor.fontFamily": "'Source Code Pro', 'Source Code Pro', 'Source Code Pro'",
"cmake.configureOnOpen": true, "cmake.configureOnOpen": true,
"terminal.integrated.fontFamily": "Source Code Pro",
"cmake.debugConfig": { "cmake.debugConfig": {
"console": "integratedTerminal", "console": "integratedTerminal",
"setupCommands": [ "setupCommands": [

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.16)
project(OneLevelXmlOpr VERSION 0.1 LANGUAGES CXX) project(OneLevelXmlOpr VERSION 0.1 LANGUAGES CXX)