-
Notifications
You must be signed in to change notification settings - Fork 315
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
[VSC-1379]Enhance/uninstall improvement #1353
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.
Some changes regarding code structure.
Pull request has been marked as |
0efd2c7
to
7570f35
Compare
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.
Small change but otherwise LGTM
- Renaming the function to clearly indicate it's async
Description
Added command for the user to remove all esp-idf settings from the settings.json files that can be opened with:
And also the settings from .code-workspace (multi-project)
Type of change
Steps to test this pull request
Remove all settings using the command ESP-IDF: Remove ESP-IDF Settings
How has this been tested?
Used the command and saw all the settings were removed as expected.
Test Configuration:
Checklist