feat: enhance VSCode layout with expanded view and responsive design; update sidebar visibility and settings for VSCode runtime
This commit is contained in:
@@ -93,6 +93,21 @@
|
||||
"title": "Open Active Session in Editor",
|
||||
"icon": "$(link-external)"
|
||||
},
|
||||
{
|
||||
"command": "openchamber.openNewSessionInEditor",
|
||||
"category": "OpenChamber",
|
||||
"title": "Open New Session in Editor",
|
||||
"icon": {
|
||||
"light": "assets/icon.svg",
|
||||
"dark": "assets/icon-titlebar.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "openchamber.openCurrentOrNewSessionInEditor",
|
||||
"category": "OpenChamber",
|
||||
"title": "Open Session in Editor",
|
||||
"icon": "$(link-external)"
|
||||
},
|
||||
{
|
||||
"command": "openchamber.addToContext",
|
||||
"category": "OpenChamber",
|
||||
@@ -136,7 +151,7 @@
|
||||
],
|
||||
"editor/title": [
|
||||
{
|
||||
"command": "openchamber.openSidebar",
|
||||
"command": "openchamber.openNewSessionInEditor",
|
||||
"group": "navigation@1"
|
||||
}
|
||||
],
|
||||
@@ -147,7 +162,7 @@
|
||||
"group": "navigation@1"
|
||||
},
|
||||
{
|
||||
"command": "openchamber.openActiveSessionInEditor",
|
||||
"command": "openchamber.openCurrentOrNewSessionInEditor",
|
||||
"when": "view == openchamber.chatView",
|
||||
"group": "navigation@2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user