mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
* prototype agent sessions window * prototype agent sessions window * polish defaults * apply template changes on startup * move under resources * some fixes and disable profile actions in agent sessions window * disabe manage profile actions for agent sessions workspace * fix fixing window title * disable when chat is hidden * simplify * feedback * fix tests * disable the action in stable * Update resources/profiles/agent-sessions.code-profile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/vs/platform/userDataProfile/common/userDataProfileTemplateWatcher.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/vs/platform/userDataProfile/common/userDataProfile.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
20 lines
622 B
Plaintext
20 lines
622 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,
|
|
"files.autoSave": "afterDelay",
|
|
"chat.commandCenter.enabled": false,
|
|
"window.title": "Agent Sessions",
|
|
"workbench.editor.showTabs": "single"
|
|
}
|
|
}
|