mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-24 14:21:12 -05:00
Add task history
This commit is contained in:
16
package.json
16
package.json
@@ -53,6 +53,11 @@
|
||||
"title": "New Task",
|
||||
"icon": "$(add)"
|
||||
},
|
||||
{
|
||||
"command": "claude-dev.historyButtonTapped",
|
||||
"title": "History",
|
||||
"icon": "$(history)"
|
||||
},
|
||||
{
|
||||
"command": "claude-dev.popoutButtonTapped",
|
||||
"title": "Open in Editor",
|
||||
@@ -73,17 +78,22 @@
|
||||
"view/title": [
|
||||
{
|
||||
"command": "claude-dev.plusButtonTapped",
|
||||
"group": "navigation",
|
||||
"group": "navigation@1",
|
||||
"when": "view == claude-dev.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "claude-dev.historyButtonTapped",
|
||||
"group": "navigation@2",
|
||||
"when": "view == claude-dev.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "claude-dev.popoutButtonTapped",
|
||||
"group": "navigation",
|
||||
"group": "navigation@3",
|
||||
"when": "view == claude-dev.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "claude-dev.settingsButtonTapped",
|
||||
"group": "navigation",
|
||||
"group": "navigation@4",
|
||||
"when": "view == claude-dev.SidebarProvider"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user