{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "compileCommands": [ "${workspaceFolder}/cmake-build-debug/compile_commands.json" ] } ], "version": 4 }