{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/usr/include" ], "defines": [], "compilerPath": "/usr/bin/g++", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "linux-gcc-x64", "configurationProvider": "ms-vscode.cmake-tools", "compilerArgs": [], "compileCommands": "/home/l_bechir/github/aare/build/compile_commands.json" } ], "version": 4 }