{ "configurations": [ { "defines":[ "GLFW_INCLUDE_NONE" ], "name": "linux-gcc-x64", "includePath": [ "${workspaceFolder}/**", "${workspaceFolder}/dependencies/include", "${workspaceFolder}/dependencies/include/glad/**" ], "compilerPath": "/usr/bin/gcc", "cStandard": "${default}", "cppStandard": "${default}", "intelliSenseMode": "linux-gcc-x64", "compilerArgs": [], "configurationProvider": "ms-vscode.makefile-tools" } ], "version": 4 }