2026-02-20 11:29 AM - edited 2026-02-20 11:32 AM
c_cpp_properties is constantly being modified with additional compiler commands configurations:
{
"configurations": [
{
"name": "STM32_CM7",
"compileCommands": "${workspaceFolder}/CM7/build/compile_commands.json"
},
{
"name": "STM32_CM4",
"compileCommands": "${workspaceFolder}/CM4/build/compile_commands.json"
},
{
"name": "STM32_CM4",
"compileCommands": "${workspaceFolder}/CM4/build/compile_commands.json"
},
{
"name": "STM32_CM7",
"compileCommands": "${workspaceFolder}/CM7/build/compile_commands.json"
},
{
"name": "STM32_CM7",
"compileCommands": "${workspaceFolder}/CM7/build/compile_commands.json"
}
],
"version": 4
}
2026-02-23 1:16 AM
Hi @LVoze.2
could you share some more info about how to get this issue?
2026-02-23 7:17 AM
Please refer to same root cause issue:
ISSUE: .clangd is constantly being modified - STMicroelectronics Community.
2026-02-23 11:16 AM
This may be caused by cross-platform collaboration between Windows/OSX/Linux. Other than that, we're not doing anything unique.