Skip to main content
LVoze.2
Associate II
February 20, 2026
Question

ISSUE: c_cpp_properties constantly being modified

  • February 20, 2026
  • 2 replies
  • 223 views

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
}

 

2 replies

Nawres GHARBI
Technical Moderator
February 23, 2026

Hi @LVoze.2 

could you share some more info about how to get this issue?

ST Employee
February 23, 2026
LVoze.2
LVoze.2Author
Associate II
February 23, 2026

This may be caused by cross-platform collaboration between Windows/OSX/Linux. Other than that, we're not doing anything unique.