feat: add OpenChamber sidebar command and icon for VS Code title bar

This commit is contained in:
Bohdan Triapitsyn
2025-12-31 00:06:59 +02:00
parent a9f3180439
commit 7b98f972f3
4 changed files with 208 additions and 4 deletions
+19
View File
@@ -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"