Page 1 of 1

How to use the -B build option with VSCODE

Posted: Thu Dec 30, 2021 7:35 pm
by jmcornil
Hello

When I use ESP-IDF with command line there is the option -B
which allows me to write the compiled objects into a directory of my choice :

  1. idf.py -B <my_dir> <my_prog>

Does somebody know how I can get the equivalent with VSCode and ESP-IDF extension ?

Thanks in advance

J.M. CORNIL