From 41d3ba82df6ccd61185c7e8ed1dccddc082b5897 Mon Sep 17 00:00:00 2001 From: Enguerrand de Ribaucourt Date: Mon, 6 Jan 2025 11:35:01 +0100 Subject: [PATCH] UI: Add pick-configuration command to the main menu 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. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a468820..e5192cc4 100644 --- a/package.json +++ b/package.json @@ -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." }, { @@ -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"