{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/inc", "${workspaceFolder}/raylib/src" ], "defines": [ "GRAPHICS_API_OPENGL_33", "PLATFORM_DESKTOP", "_GNU_SOURCE" ], "compilerPath": "/usr/bin/gcc", "cStandard": "c23", "cppStandard": "gnu++23", "intelliSenseMode": "linux-gcc-x64" } ], "version": 4 }