cancel
Showing results for 
Search instead for 
Did you mean: 

There's an issue generating c_cpp_properties.json.

newton_1232131
Associate

newton_1232131_0-1747292868731.png

Every time I launch VS Code, some plugin (who knows which one is the culprit!) always deletes the first line: '"version": 4,', causing VS Code to throw an error. It's driving me nuts!

2 REPLIES 2
Julien D
ST Employee

Hi @newton_1232131,

Thanks for reporting this, I just created an internal ticket. It will hopefully get fixed in next release.

MNASTM
ST Employee

In the meantime, You can try to disable the following setting to avoid configuration files regeneration:

 

MNASTM_1-1747297391912.png

But be aware you will also loose some automations updating compile_commands.json path, based on CMake configuration context.