mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Update cppStandard in .vscode properties
This commit is contained in:
parent
c2730bc12d
commit
a3eea76fa0
1 changed files with 1 additions and 1 deletions
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
|
@ -24,7 +24,7 @@
|
||||||
"/Library/Frameworks"
|
"/Library/Frameworks"
|
||||||
],
|
],
|
||||||
"cStandard": "c11",
|
"cStandard": "c11",
|
||||||
"cppStandard": "c++17"
|
"cppStandard": "c++20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Linux",
|
"name": "Linux",
|
||||||
|
|
Loading…
Reference in a new issue