f407ve_hs_uart/.vscode/c_cpp_properties.json
Attila Body b1c676c394
Convert the project to CMake
revamp f4ll
move f4ll upstream to codeberg
2025-06-09 11:36:33 +02:00

10 lines
No EOL
276 B
JSON

{
"configurations": [
{
"name": "STM32",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "${default}",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
]
}