I’m looking for assistance with adding a “build target” action to the existing build list in the PlatformIO extension for VSCode. I want to be able to specify custom build targets that can be easily selected and executed within the IDE.
If anyone has experience with configuring custom build actions in PlatformIO or integrating new build targets into the VSCode IDE, your guidance would be greatly appreciated.
I am new to the platform io, so any assistance in understanding the platform io vs code front end and platform io core backend interactions, that will be very helpful.
In my scenarios, to implement the above-described feature, I started understanding how the build button is building the project. In the case of build, it’s registered as a command in the vs code extension then it is managed by “ProjectTaskManager”. In ProjectTaskManager I am not able to figure out how this is linked/interacting with the platform io core to build the project. (knowing this might help me how to have my own button that will help in building the for specific target)
Thank you in advance for your help!