Question
ISSUE: c_cpp_properties constantly being modified
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
}
