mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-27 18:36:26 +00:00
Add Portable C++ Properties Version
This commit is contained in:
parent
b6bc33385e
commit
e1c2bc3a9e
15
.vscode/c_cpp_properties.json
vendored
15
.vscode/c_cpp_properties.json
vendored
@ -15,6 +15,21 @@
|
|||||||
"cppStandard": "c++11",
|
"cppStandard": "c++11",
|
||||||
"intelliSenseMode": "gcc-x64"
|
"intelliSenseMode": "gcc-x64"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Win32_Portable",
|
||||||
|
"includePath": [
|
||||||
|
"${workspaceFolder}/**"
|
||||||
|
],
|
||||||
|
"defines": [
|
||||||
|
"_DEBUG",
|
||||||
|
"UNICODE",
|
||||||
|
"_UNICODE"
|
||||||
|
],
|
||||||
|
"compilerPath": "/Applications/mingw64/bin/g++.exe",
|
||||||
|
"cStandard": "c89",
|
||||||
|
"cppStandard": "c++11",
|
||||||
|
"intelliSenseMode": "gcc-x64"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Linux",
|
"name": "Linux",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
|
Loading…
Reference in New Issue
Block a user