introduce workbench mode for agent sessions window (#290500)

* introduce workbench mode for agent sessions window

* feedback

* simplify
This commit is contained in:
Sandeep Somavarapu
2026-01-26 20:44:40 +01:00
committed by GitHub
parent 3fc62371e0
commit e7c53a91c7
12 changed files with 289 additions and 21 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "Agent Sessions",
"settings": {
"workbench.statusBar.visible": false,
"workbench.activityBar.location": "top",
"workbench.sideBar.location": "right",
"workbench.secondarySideBar.forceMaximized": true,
"chat.restoreLastPanelSession": true,
"workbench.startupEditor": "none",
"workbench.editor.restoreEditors": false,
"chat.agentsControl.enabled": true,
"chat.unifiedAgentsBar.enabled": true,
"files.autoSave": "afterDelay",
"window.title": "Agent Sessions",
"workbench.editor.showTabs": "single",
"chat.agentsControl.clickBehavior": "focus",
"workbench.tips.enabled": false,
"chat.agent.maxRequests": 1000,
"workbench.layoutControl.type": "toggles",
"inlineChat.affordance": "editor",
"inlineChat.renderMode": "hover",
"github.copilot.chat.claudeCode.enabled": true,
"github.copilot.chat.languageContext.typescript.enabled": true,
"diffEditor.renderSideBySide": false,
"diffEditor.hideUnchangedRegions.enabled": true
}
}