agent sessions - tweaks to default settings for sessions window (#290112)

* agent sessions - tweaks to default settings for sessions window

* .

* .
This commit is contained in:
Benjamin Pasero
2026-01-24 09:24:29 +01:00
committed by GitHub
parent b9a5f6c80d
commit 075b37ce5c
+23 -17
View File
@@ -1,22 +1,28 @@
{
"name": "Agent Sessions",
"icon": "copilot",
"icon": "vscode",
"settings": {
"workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden",
"workbench.sideBar.location": "right",
"workbench.secondarySideBar.defaultVisibility": "maximized",
"workbench.secondarySideBar.restoreMaximized": 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",
"workbench.colorTheme": "2026-dark-experimental",
"chat.commandCenter.triStateToggle": true,
"workbench.tips.enabled": false
"workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden",
"workbench.sideBar.location": "right",
"workbench.secondarySideBar.defaultVisibility": "maximized",
"workbench.secondarySideBar.restoreMaximized": 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",
"workbench.colorTheme": "2026-dark-experimental",
"chat.agentsControl.triStateToggle": true,
"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
}
}