cancel
Showing results for 
Search instead for 
Did you mean: 

ISSUE: c_cpp_properties constantly being modified

LVoze.2
Associate II

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
}

 

3 REPLIES 3
Nawres GHARBI
ST Employee

Hi @LVoze.2 

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

MNASTM
ST Employee

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