I created new configurations & a new target from the Launch Bar in Eclipse CDT IDE 2022-09 for Windows that this plugin forces me to use, but I can't find the definitions for those anywhere in my project, so I can't save them to my version control repo. Am I expected to re-create them for every workspace because they're buried in the Eclipse .metadata at the root of each workspace?
Why do we have to use the legacy Launch Bar instead of the existing Debug (green bug icon) & Run (green play button icon) that are already on the Eclipse main toolbar, like every other modern plugin for Eclipse allows from within recent Eclipse versions? If I try to use those main toolbar Debug or Run Configuration to manage those configurations, it messes-up the Launcher configs. If I select one of my ESP-IDF configurations & click the Export Launch Configurations tool, I can't even export them anywhere else, that pop-up just seems to lock-up.
Is there an updated version of this plugin that integrates better with all that's available in the ESP-IDF CMD CLI console as well as with how recent Eclipse versions work? All of the environment variables are already in the ESP-IDF CMD console, why not just launch Eclipse from that CMD shell & have it import all that's already configured & working? For example, I copied the ESP-IDF CMD Windows shortcut the ESP-IDF Universal Installer for Windows created to a new "Eclipse lauched by ESP-IDF CMD" shortcut & added " && C:\App\eclipse\eclipse.exe" but the ESP-IDF plugin v2.6.0 doesn't seem to extract any information at all from the environment already provided by the ESP-IDF CMD. Instead, I have to re-install the entire ESP-IDF from within the plugin for it to learn where everything is.
I created new configurations & a new target from the Launch Bar in Eclipse CDT IDE 2022-09 for Windows that this plugin forces me to use, but I can't find the definitions for those anywhere in my project, so I can't save them to my version control repo. Am I expected to re-create them for every workspace because they're buried in the Eclipse .metadata at the root of each workspace?
Why do we have to use the legacy Launch Bar instead of the existing Debug (green bug icon) & Run (green play button icon) that are already on the Eclipse main toolbar, like every other modern plugin for Eclipse allows from within recent Eclipse versions? If I try to use those main toolbar Debug or Run Configuration to manage those configurations, it messes-up the Launcher configs. If I select one of my ESP-IDF configurations & click the Export Launch Configurations tool, I can't even export them anywhere else, that pop-up just seems to lock-up.
Is there an updated version of this plugin that integrates better with all that's available in the ESP-IDF CMD CLI console as well as with how recent Eclipse versions work? All of the environment variables are already in the ESP-IDF CMD console, why not just launch Eclipse from that CMD shell & have it import all that's already configured & working? For example, I copied the ESP-IDF CMD Windows shortcut the ESP-IDF Universal Installer for Windows created to a new "Eclipse lauched by ESP-IDF CMD" shortcut & added " && C:\App\eclipse\eclipse.exe" but the ESP-IDF plugin v2.6.0 doesn't seem to extract any information at all from the environment already provided by the ESP-IDF CMD. Instead, I have to re-install the entire ESP-IDF from within the plugin for it to learn where everything is.