mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-14 23:18:36 +00:00
chore - remove unused settings from agent-sessions (#290369)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"workbench.statusBar.visible": false,
|
||||
"workbench.activityBar.location": "top",
|
||||
"workbench.sideBar.location": "right",
|
||||
"workbench.secondarySideBar.defaultVisibility": "maximized",
|
||||
"workbench.secondarySideBar.forceMaximized": true,
|
||||
"chat.restoreLastPanelSession": true,
|
||||
"workbench.startupEditor": "none",
|
||||
@@ -15,7 +14,6 @@
|
||||
"files.autoSave": "afterDelay",
|
||||
"window.title": "Agent Sessions",
|
||||
"workbench.editor.showTabs": "single",
|
||||
"workbench.colorTheme": "2026-dark-experimental",
|
||||
"chat.agentsControl.clickBehavior": "focus",
|
||||
"workbench.tips.enabled": false,
|
||||
"chat.agent.maxRequests": 1000,
|
||||
@@ -25,7 +23,6 @@
|
||||
"github.copilot.chat.claudeCode.enabled": true,
|
||||
"github.copilot.chat.languageContext.typescript.enabled": true,
|
||||
"diffEditor.renderSideBySide": false,
|
||||
"diffEditor.hideUnchangedRegions.enabled": true,
|
||||
"chat.viewSessions.showActiveOnly": false
|
||||
"diffEditor.hideUnchangedRegions.enabled": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user