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
Please shorten the file name. For example, project_config.json.
Add a section named common or default for the entire project.
Do not generate strings with empty parameters. This clutters up the showing, especially relevant in a multiproject.
Add the most frequently used options, for example, in my multiproject I use different partitions.csv files, and the sdkconfig file is the same for all configurations.
Add the option to select the file system to create the image, e.g.
{
"imageFS": "ffat"
}
Add the no-reset flag for the monitor, e.g.
{
"monitorNoReset": true
}
Remove the ${workspaceFolder} variable from all settings. Consider the absence of a slash at the beginning of the path as ${workspaceFolder}
Delete the option
github-actionsbot
changed the title
[Feature Request]: Options in the esp_idf_project_configuration.json file
[Feature Request]: Options in the esp_idf_project_configuration.json file (VSC-1585)
Feb 3, 2025
Please shorten the file name. For example,
project_config.json
.Add a section named
common
ordefault
for the entire project.Do not generate strings with empty parameters. This clutters up the showing, especially relevant in a multiproject.
Add the most frequently used options, for example, in my multiproject I use different
partitions.csv
files, and the sdkconfig file is the same for all configurations.Add the path to the directory for creating the binary file for the upload to partition, e.g.
Add the option to select the file system to create the image, e.g.
Add the
no-reset
flag for the monitor, e.g.Remove the
${workspaceFolder}
variable from all settings. Consider the absence of a slash at the beginning of the path as${workspaceFolder}
Delete the option
Instead, automatically create a file in the root of the project named
sdkconfig
+_
+ configuration name.I have many more ideas. If You are interested, I can work out all the points in more detail.
The text was updated successfully, but these errors were encountered: