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

This commit is contained in:
Benjamin Pasero
2026-01-24 18:10:10 +01:00
committed by GitHub
parent 1be3088d78
commit 9216191ee6
+24 -22
View File
@@ -2,27 +2,29 @@
"name": "Agent Sessions",
"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.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
"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,
"diffEditor.renderSideBySide": false,
"diffEditor.hideUnchangedRegions.enabled": true
}
}