[ci skip] Update vscode cpp properties

This commit is contained in:
Ted John 2018-05-11 18:34:06 +01:00
parent ad0060f2b9
commit 136ec256aa
1 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,9 @@
"macFrameworkPath": [
"/System/Library/Frameworks",
"/Library/Frameworks"
]
],
"cStandard": "c11",
"cppStandard": "c++17"
},
{
"name": "Linux",
@ -85,5 +87,5 @@
"cppStandard": "c++17"
}
],
"version": 3
"version": 4
}