diff --git a/resources/profiles/agent-sessions.code-profile b/resources/profiles/agent-sessions.code-profile index 2df6531bfca..815ec6a3bcb 100644 --- a/resources/profiles/agent-sessions.code-profile +++ b/resources/profiles/agent-sessions.code-profile @@ -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 } }