Files
vscode/resources/profiles/agent-sessions.code-profile
Benjamin Pasero b5dcdba622 agent sessions - split by "Active" and "History" (#290232)
* agent sessions - split by "Active" and "History"

* comments

* comments

* .

* .
2026-01-25 17:02:52 +01:00

32 lines
1.1 KiB
Plaintext

{
"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,
"diffEditor.renderSideBySide": false,
"diffEditor.hideUnchangedRegions.enabled": true,
"chat.viewSessions.showPendingOnly": false
}
}