PIO VSCode IDE editing the settings.json

I would like to include the project-specific settings.json in my projects repository to include the format style. This is somewhat problematic as PIO seems to always automatically add a few lines to this settings.json which are specific to the computer I’m using so I would prefere if they were not there…

Example, I would prefer to not have the automatically generated "terminal.integrated.env.windows" in there:

{
    "C_Cpp.clang_format_style": "{BasedOnStyle: Chromium, IndentWidth: 4, ColumnLimit: 200}",
    "terminal.integrated.env.windows": {
        "PATH": "my whole windows path variable",
        "PLATFORMIO_CALLER": "vscode"
    },
}

Is there something I can do to prevent that from happening?

Just disable this option Redirecting...

1 Like