mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-24 22:31:12 -05:00
Update view names
This commit is contained in:
26
package.json
26
package.json
@@ -15,40 +15,34 @@
|
||||
"viewsContainers": {
|
||||
"activitybar": [
|
||||
{
|
||||
"id": "custom-activitybar",
|
||||
"title": "VSCode Extension",
|
||||
"icon": "assets/logo_bito.svg"
|
||||
"id": "claude-dev-ActivityBar",
|
||||
"title": "Claude Dev",
|
||||
"icon": "assets/icon.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"views": {
|
||||
"custom-activitybar": [
|
||||
"claude-dev-ActivityBar": [
|
||||
{
|
||||
"type": "webview",
|
||||
"id": "vscodeSidebar.openview",
|
||||
"name": "View",
|
||||
"contextualTitle": "View"
|
||||
"id": "claude-dev.SidebarProvider",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "vscodeSidebar.openview",
|
||||
"title": "Sidebar View"
|
||||
},
|
||||
{
|
||||
"command": "vscodeSidebar.menu.view",
|
||||
"category": "vscode-extension-sidebar-html",
|
||||
"title": "Sample WebView in VS Code Sidebar",
|
||||
"command": "claude-dev.menuButtonTapped",
|
||||
"title": "Text that will show when hovered",
|
||||
"icon": "$(clear-all)"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"view/title": [
|
||||
{
|
||||
"command": "vscodeSidebar.menu.view",
|
||||
"command": "claude-dev.menuButtonTapped",
|
||||
"group": "navigation",
|
||||
"when": "view == vscodeSidebar.openview"
|
||||
"when": "view == claude-dev.SidebarProvider"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user