{ "configurations": [ { "name": "Linux", "compileCommands": "${workspaceFolder}/build/compile_commands.json", "intelliSenseMode": "gcc-x64", "cStandard": "c11", "cppStandard": "c++17" } ], "version": 4 }