mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 20:54:27 +00:00
23 lines
756 B
Plaintext
23 lines
756 B
Plaintext
{
|
|
"name": "Agent Sessions",
|
|
"icon": "copilot",
|
|
"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.commandCenter.triStateToggle": true,
|
|
"workbench.tips.enabled": false
|
|
}
|
|
}
|