diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index f41ec15..745761e 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -11,10 +11,9 @@ "${workspaceFolder}/../dependencies/tinyobjloader", "${workspaceFolder}/../dependencies/tinyglTF" ], - "compilerPath": "C:/MinGW/bin/g++.exe", + "compilerPath": "/usr/bin/g++", "cStandard": "c11", - "cppStandard": "c++11", - "intelliSenseMode": "gcc-x86" + "cppStandard": "c++11" } ], "version": 4