调整到vscode兼容 初始化项目

This commit is contained in:
2026-04-23 18:26:00 +08:00
commit b0c29d4a24
20 changed files with 549 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"version": 4,
"configurations": [
{
"name": "MinGW",
"compilerPath": "g++.exe",
"intelliSenseMode": "windows-gcc-x64",
"cppStandard": "c++17",
"includePath": [
"${workspaceFolder}\\src"
],
"defines": [
"UNICODE",
"_UNICODE",
"_WINDOWS"
]
}
]
}