VSCode: Only build what has been changed
Posted: Sat Jan 06, 2024 3:25 am
I have tried searching the forum for information on how to only build what I've changed using VSCode. Search doesn't seem to be working for simple keywords such as "building". I just get a blank page returned like below:
How can I trigger the build of just my app so it doesn't go through all of the IDF/ESP components that have already been built:
I think the problem is that the Build button is always doing a build [all] :
If I get one compilation error and I try to build again, I would expect it to try building the last failed component immediately rather than going through all of the per-requisits each time.
How can I trigger the build of just my app so it doesn't go through all of the IDF/ESP components that have already been built:
I think the problem is that the Build button is always doing a build [all] :
If I get one compilation error and I try to build again, I would expect it to try building the last failed component immediately rather than going through all of the per-requisits each time.