Add popout button to open instance in editor

This commit is contained in:
Saoud Rizwan
2024-07-23 12:04:58 -04:00
parent b8f1e8f2c5
commit b19ae3038d
6 changed files with 95 additions and 19 deletions

View File

@@ -51,6 +51,11 @@
"title": "New Task",
"icon": "$(add)"
},
{
"command": "claude-dev.popoutButtonTapped",
"title": "Open in Editor",
"icon": "$(link-external)"
},
{
"command": "claude-dev.settingsButtonTapped",
"title": "Settings",
@@ -64,6 +69,11 @@
"group": "navigation",
"when": "view == claude-dev.SidebarProvider"
},
{
"command": "claude-dev.popoutButtonTapped",
"group": "navigation",
"when": "view == claude-dev.SidebarProvider"
},
{
"command": "claude-dev.settingsButtonTapped",
"group": "navigation",