You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a c++ project that has an embedded component that i use platformio to build for. However, I also repackage parts of the program as a desktop executable and a python module to be able to test those sections on my computer when I do not have access to a board. I am trying to setup a build tool that automatically generates lsp info for the python module c++ files and the desktop executable files and I would like to use different configurations inside the .vscode/c_cpp_properties.json file. Unfortunately, everytime platformio regenerates the configuration information, it deletes any other configurations