Page 1 of 1

Specify default VSCode project configuration

Posted: Sat Jun 28, 2025 9:15 pm
by criznach
I've defined two different project configurations in esp_idf_project_configuration.json. When I start up VSCode, the toolbar says "No Configuration Selected". Yet I can still build and a binary is produced. How can I force a default configuration so my pre and post-build commands always get executed? I don't ever want to allow a build with no configuration selected.

Where does the default configuration come from?