-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add setup cmd install and reuse #1028
base: master
Are you sure you want to change the base?
Conversation
Download the artifacts for this pull request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull request has been marked as |
6c0c74c
to
bd6a8c7
Compare
@brianignacio5 hi ! Tested under: I have installed ESP-IDF v5.2 using "Configure ESP-IDF extension" and then I used |
Probably because these command saves new settings in Global Scope (User Settings) but you are using EDIT: Fixed to save it to current workspace folder. |
b303b02
to
2ab2d92
Compare
@brianignacio5 hi ! OS - Windows 10 I did some mess in esp_idf.json file and trying to install v5.2 using "ESP-IDF: ESP-IDF setup from IDE Installer" and get this error while switching from 4.4.7 to 5.2 I am not sure if the error message is clear enough. |
Description
Add command to use IDF setup from IDF_TOOLS_PATH/esp_idf.json and command to install ESP-IDF in default location without setting paths.
ESP-IDF: Use ESP-IDF setup from IDF Installer can be used to load IDF Setup installed with IDF Installer's esp-idf.json in IDF_TOOLS_PATH.
ESP-IDF: Install ESP-IDF can be used to install ESP-IDF and tools without UI, just write the progress in the Output Channel and save settings in the global user settings.json.
Type of change
Steps to test this pull request
Provide a list of steps to test changes in this PR and required output
$HOME/.espressif
or%USERPROFILE%\.espressif
Expected behaviour:
Expected output:
How has this been tested?
Manual testing
Test Configuration:
Dependent components impacted by this PR:
Checklist