diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 0decf5842b..447f50302c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -22,8 +22,7 @@ "VERSION=us" ], "cStandard": "c89", - "cppStandard": "c++17", - "intelliSenseMode": "gcc-x86" + "cppStandard": "c++17" } ] }