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 10, 2025
1 parent f870dd4 commit 664947b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,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 @@ -622,6 +622,10 @@
"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 664947b

Please sign in to comment.