sentry2026/.vscode/c_cpp_properties.json
2026-03-20 06:04:05 +08:00

8 lines
168 B
JSON

{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
]
}