chore - remove unused settings from agent-sessions (#290369)

This commit is contained in:
Benjamin Pasero
2026-01-26 13:01:51 +01:00
committed by GitHub
parent 193aa35a81
commit e9322ed788

View File

@@ -5,7 +5,6 @@
"workbench.statusBar.visible": false, "workbench.statusBar.visible": false,
"workbench.activityBar.location": "top", "workbench.activityBar.location": "top",
"workbench.sideBar.location": "right", "workbench.sideBar.location": "right",
"workbench.secondarySideBar.defaultVisibility": "maximized",
"workbench.secondarySideBar.forceMaximized": true, "workbench.secondarySideBar.forceMaximized": true,
"chat.restoreLastPanelSession": true, "chat.restoreLastPanelSession": true,
"workbench.startupEditor": "none", "workbench.startupEditor": "none",
@@ -15,7 +14,6 @@
"files.autoSave": "afterDelay", "files.autoSave": "afterDelay",
"window.title": "Agent Sessions", "window.title": "Agent Sessions",
"workbench.editor.showTabs": "single", "workbench.editor.showTabs": "single",
"workbench.colorTheme": "2026-dark-experimental",
"chat.agentsControl.clickBehavior": "focus", "chat.agentsControl.clickBehavior": "focus",
"workbench.tips.enabled": false, "workbench.tips.enabled": false,
"chat.agent.maxRequests": 1000, "chat.agent.maxRequests": 1000,
@@ -25,7 +23,6 @@
"github.copilot.chat.claudeCode.enabled": true, "github.copilot.chat.claudeCode.enabled": true,
"github.copilot.chat.languageContext.typescript.enabled": true, "github.copilot.chat.languageContext.typescript.enabled": true,
"diffEditor.renderSideBySide": false, "diffEditor.renderSideBySide": false,
"diffEditor.hideUnchangedRegions.enabled": true, "diffEditor.hideUnchangedRegions.enabled": true
"chat.viewSessions.showActiveOnly": false
} }
} }