From d528375ad38ba76f659815677cc6f7c4b9906f40 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 7 Mar 2026 10:33:17 +0000 Subject: [PATCH] fix: add category to view title button commands for command palette prefix --- src/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/package.json b/src/package.json index 7c1ed56cd8..113fbdc9ab 100644 --- a/src/package.json +++ b/src/package.json @@ -73,31 +73,37 @@ { "command": "roo-cline.plusButtonClicked", "title": "%command.newTask.title%", + "category": "%configuration.title%", "icon": "$(edit)" }, { "command": "roo-cline.historyButtonClicked", "title": "%command.history.title%", + "category": "%configuration.title%", "icon": "$(history)" }, { "command": "roo-cline.marketplaceButtonClicked", "title": "%command.marketplace.title%", + "category": "%configuration.title%", "icon": "$(extensions)" }, { "command": "roo-cline.popoutButtonClicked", "title": "%command.openInEditor.title%", + "category": "%configuration.title%", "icon": "$(link-external)" }, { "command": "roo-cline.cloudButtonClicked", "title": "%command.cloud.title%", + "category": "%configuration.title%", "icon": "$(cloud)" }, { "command": "roo-cline.settingsButtonClicked", "title": "%command.settings.title%", + "category": "%configuration.title%", "icon": "$(settings-gear)" }, {