调整到vscode兼容 初始化项目
This commit is contained in:
Vendored
+19
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user