You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when double clicking on sdkconfig.defaults it launches the configuration editor, which automatically fills with with every default configuration there is.
To Reproduce
Steps to reproduce the behavior:
double sdkconfig.defaults, and wait for the editor to open
RCM on sdkconfig.defaults and open with text editor
the file is full of settings
Expected behavior
the file should only contain the actual settings that were changed.
Screenshots
If applicable, add screenshots to help explain your problem.
Espressif-IDE Product Information:
Espressif > Product Information (Copy content from the console and attach as a file)
the whole point of sdkconfig.defaults is to have the minimal change settings required for the project rather than getting lost between myriad of other options that obscure what you really want to configure, it doesn't even wait for the editor to save, to give you a chance to revert the file, it just litters it with defaults.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
using sdkconfig editor on sdkconfig.defaults fills it with redundant settings.
using sdkconfig editor on sdkconfig.defaults fills it with redundant settings. (IEP-1399)
Jan 14, 2025
You’re right about the purpose of the sdkconfig.defaults. We should probably change the pattern to exclude sdkconfig.defaults files from being opened with the SDKConfig editor. Since these files contain only a few settings, there’s little benefit in using the SDKConfig editor for them.
As a workaround for now, you can do the following:
Right-click on the sdkconfig.defaults file.
Select Open with -> Other....
Choose Generic Text Editor for all sdkconfig.defaults files.
You’re right about the purpose of the sdkconfig.defaults. We should probably change the pattern to exclude sdkconfig.defaults files from being opened with the SDKConfig editor. Since these files contain only a few settings, there’s little benefit in using the SDKConfig editor for them.
As a workaround for now, you can do the following:
Right-click on the sdkconfig.defaults file.
Select Open with -> Other....
Choose Generic Text Editor for all sdkconfig.defaults files.
thanks, not ust pure defaults, but also defaults.s3 etc.. but you should give it some minimal color syntax highlighting.
Describe the bug
when double clicking on sdkconfig.defaults it launches the configuration editor, which automatically fills with with every default configuration there is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the file should only contain the actual settings that were changed.
Screenshots
If applicable, add screenshots to help explain your problem.
Espressif-IDE Product Information:
Espressif > Product Information (Copy content from the console and attach as a file)
the whole point of sdkconfig.defaults is to have the minimal change settings required for the project rather than getting lost between myriad of other options that obscure what you really want to configure, it doesn't even wait for the editor to save, to give you a chance to revert the file, it just litters it with defaults.
The text was updated successfully, but these errors were encountered: