{ "configurations": [ { "name": "Mac", "includePath": [ "/usr/include", "${workspaceFolder}/src/" ], "intelliSenseMode": "clang-x64", "macFrameworkPath": [ "/System/Library/Frameworks", "/Library/Frameworks" ] }, { "name": "Linux", "includePath": [ "/usr/include", "/usr/include/SDL2", "${workspaceFolder}/src/" ], "intelliSenseMode": "clang-x64", "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17" }, { "name": "Win32", "includePath": [ "C:/msys64/mingw64/include", "C:/msys64/mingw64/include/SDL2", "${workspaceFolder}/src/" ], "defines": [ "WIN32", "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "10.0.18362.0", "compilerPath": "C:/msys64/mingw64/bin/g++.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-gcc-x64" } ], "version": 4 }