{ "configurations": [ { "name": "Mac", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "macFrameworkPath": [], "compilerPath": "/usr/local/bin/gcc-9", "cStandard": "gnu17", "compileCommands": "${workspaceFolder}/bld/debug/compile_commands.json" } ], "version": 4 }