EdSaGfmvA/.vscode/c_cpp_properties.json
2025-06-04 13:51:00 +02:00

19 lines
546 B
JSON

{
"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
}