mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Update src/vs/sessions/browser/parts/sessionCompositeBar.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
97ad3edb46
commit
6575d60151
@@ -22,11 +22,10 @@ interface ISessionTab {
|
||||
}
|
||||
|
||||
/**
|
||||
* A composite bar that displays agent sessions as tabs.
|
||||
* Selecting a tab loads that session's chat in the chat view pane
|
||||
* instead of switching view containers.
|
||||
* A composite bar that displays chats within the active agent session as tabs.
|
||||
* Selecting a tab loads that chat in the chat view pane instead of switching view containers.
|
||||
*
|
||||
* The bar auto-hides when there is only one session and shows when there are multiple.
|
||||
* The bar auto-hides when there is only one chat in the active session and shows when there are multiple.
|
||||
*/
|
||||
export class SessionCompositeBar extends Disposable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user