1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Update vscode cpp properties [ci skip]

This commit is contained in:
Ted John
2018-04-05 21:24:52 +01:00
parent 57b8ea4a89
commit 06da0b2fb5

View File

@@ -42,7 +42,10 @@
], ],
"limitSymbolsToIncludedHeaders": true, "limitSymbolsToIncludedHeaders": true,
"databaseFilename": "" "databaseFilename": ""
} },
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17"
}, },
{ {
"name": "Win32", "name": "Win32",