mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
introduce workbench mode for agent sessions window (#290500)
* introduce workbench mode for agent sessions window * feedback * simplify
This commit is contained in:
committed by
GitHub
parent
3fc62371e0
commit
e7c53a91c7
27
resources/workbenchModes/agent-sessions.code-workbench-mode
Normal file
27
resources/workbenchModes/agent-sessions.code-workbench-mode
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user