1{ 2 "configurations": [ 3 { 4 "name": "Linux", 5 "includePath": [ 6 "${workspaceFolder}", 7 "${workspaceFolder}/**" 8 ], 9 "defines": [], 10 "compilerPath": "/usr/bin/g++", 11 "cStandard": "c11", 12 "cppStandard": "c++17", 13 "intelliSenseMode": "clang-x64", 14 "compileCommands": "${workspaceFolder}/build/compile_commands.json", 15 "configurationProvider": "ms-vscode.cmake-tools" 16 } 17 ], 18 "version": 4 19}