feat: add OpenChamber sidebar command and icon for VS Code title bar
This commit is contained in:
@@ -54,6 +54,19 @@
|
||||
]
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "openchamber.openSidebar",
|
||||
"title": "Open OpenChamber Sidebar",
|
||||
"icon": {
|
||||
"light": "assets/icon.svg",
|
||||
"dark": "assets/icon-titlebar.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "openchamber.focusChat",
|
||||
"title": "OpenChamber: Focus Chat"
|
||||
},
|
||||
|
||||
{
|
||||
"command": "openchamber.restartApi",
|
||||
"title": "OpenChamber: Restart API Connection"
|
||||
@@ -88,6 +101,12 @@
|
||||
"group": "navigation"
|
||||
}
|
||||
],
|
||||
"editor/title": [
|
||||
{
|
||||
"command": "openchamber.openSidebar",
|
||||
"group": "navigation@1"
|
||||
}
|
||||
],
|
||||
"openchamber.submenu": [
|
||||
{
|
||||
"command": "openchamber.explain"
|
||||
|
||||
Reference in New Issue
Block a user