diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 3555d44..6e37f04 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -10,8 +10,7 @@ ], "compilerPath": "C:/MinGW/bin/g++.exe", "cStandard": "c11", - "cppStandard": "c++11", - "intelliSenseMode": "gcc-x86" + "cppStandard": "c++11" } ], "version": 4