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