diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index fbc231ecc08..448ba3c31cc 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -92,7 +92,9 @@ ], "limitSymbolsToIncludedHeaders": true, "databaseFilename": "" - } + }, + "cStandard": "c11", + "cppStandard": "c++17" }, { "name": "Win32",