Command output re-direction
Posted: Wed Dec 01, 2021 3:11 am
If I understand correctly, there are two ways to run a command (build, clean, monitor etc.) in the VS Code - either from a built-in "Run Task" option in the VS Code "Terminal" menu, where a command is defined in tasks.json and/or from the ESP-IDF extension menu in the VS Code status bar. It is easy to edit tasks.json in order to re-direct output of a command to a file, but I don't see a way to do the same for commands started from the ESP-IDF status bar.
Is there a tasks.json equivalent configuration file for the ESP-IDF extension?
Is there a tasks.json equivalent configuration file for the ESP-IDF extension?