This commit is contained in:
ivaquero
2026-04-21 11:42:58 +08:00
parent 1a20802dad
commit 2e460fcb76
17 changed files with 55 additions and 391 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
"defines": [],
"compilerPath": "/usr/bin/clang++",
"cStandard": "c17",
"cppStandard": "c++17",
"cppStandard": "c++20",
"intelliSenseMode": "macos-clang-arm64",
"configurationProvider": "kylinideteam.cmake-intellisence",
"macFrameworkPath": [
@@ -36,7 +36,7 @@
],
"compilerPath": "${env:SCOOP}\\apps\\msys2-cn\\current\\ucrt64\\bin\\g++.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"cppStandard": "c++20",
"intelliSenseMode": "windows-gcc-x64",
"configurationProvider": "kylinideteam.cmake-intellisence"
}