调整到vscode兼容 初始化项目
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"C_Cpp.default.compilerPath": "g++.exe",
|
||||
"C_Cpp.default.cppStandard": "c++17",
|
||||
"C_Cpp.default.intelliSenseMode": "windows-gcc-x64",
|
||||
"files.associations": {
|
||||
"*.rc": "cpp",
|
||||
"tchar.h": "cpp",
|
||||
"windows.h": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user