mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
chore - remove unused settings from agent-sessions (#290369)
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user