Skip to content

Commit

Permalink
UI: Add pick-configuration command to the main menu
Browse files Browse the repository at this point in the history
In addition to the bottom right selector, make it available through
the view's menu and context menus. The active config is now displayed
on the view's title, so it's better to have a selector in that UI area.
  • Loading branch information
deribaucourt committed Jan 6, 2025
1 parent f9e857b commit 41d3ba8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
},
{
"command": "bitbake.pick-configuration",
"title": "BitBake: Pick configuration",
"title": "BitBake: Change active buildConfiguration",
"description": "Select the active build configuration from the settings to use for bitbake commands."
},
{
Expand Down Expand Up @@ -617,6 +617,9 @@
"command": "bitbake.examine-dependency-taskexp",
"group": "1@bitbake_dev@5"
},
{ "command": "bitbake.pick-configuration",
"group": "1@bitbake_dev@6"
},
{
"command": "bitbake.devtool-modify",
"group": "2@bitbake_devtool@0"
Expand Down

0 comments on commit 41d3ba8

Please sign in to comment.