ver:v0.2.4发布。

This commit is contained in:
2025-11-25 23:48:21 +08:00
parent 7e9b88402c
commit accf2b8123
5 changed files with 11 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
"cmake.configureOnOpen": true,
"editor.fontFamily": "'Maple Mono NL NF CN Light', 'Maple Mono NL NF CN Light', 'Maple Mono NL NF CN Light'",
"cmake.debugConfig": {
"type": "lldb",
"console": "externalTerminal",
"setupCommands": [
{
@@ -12,11 +13,10 @@
"ignoreFailures": true
}
],
"visualizerFile": "${workspaceRoot}/.vscode/qt5.natvis",
"args": []
},
"cmake.configureSettings": {
"CMAKE_PREFIX_PATH": "C:/Qt/Qt6",
"CMAKE_PREFIX_PATH": "C:/local/Qt6",
},
"cmake.configureArgs": [
"-Wno-dev",