1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Update cppStandard in .vscode properties

This commit is contained in:
Aaron van Geffen
2024-02-28 21:57:38 +01:00
parent c2730bc12d
commit a3eea76fa0

View File

@@ -24,7 +24,7 @@
"/Library/Frameworks"
],
"cStandard": "c11",
"cppStandard": "c++17"
"cppStandard": "c++20"
},
{
"name": "Linux",