From 06da0b2fb578422d46bfc3b8e8426eeaa94dfd5f Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 5 Apr 2018 21:24:52 +0100 Subject: [PATCH] Update vscode cpp properties [ci skip] --- .vscode/c_cpp_properties.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 2ef01a5b9c..a721386675 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -42,7 +42,10 @@ ], "limitSymbolsToIncludedHeaders": true, "databaseFilename": "" - } + }, + "compilerPath": "/usr/bin/clang", + "cStandard": "c11", + "cppStandard": "c++17" }, { "name": "Win32",