EdSaGfmvA/.vscode/c_cpp_properties.json
2025-05-29 01:16:35 +02:00

10 lines
230 B
JSON

{
"configurations": [
{
"name": "Zephyr",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}