{ "configurations": [ { "name": "Zephyr", "compileCommands": [ "${workspaceFolder}/build/compile_commands.json" ], "intelliSenseMode": "linux-gcc-x64", "includePath": [ "${workspaceFolder}/**", "${ZEPHYR_BASE}/include", "${ZEPHYR_BASE}/subsys", "build/zephyr/include/generated", "/home/lab/smmahero/zephyrproject/zephyr/include" ] } ], "version": 4 }