Merge pull request #290069 from microsoft/osortega/substantial-skunk

Close welcome view when clicking on View all sessions
This commit is contained in:
Osvaldo Ortega
2026-01-23 18:37:01 -08:00
committed by GitHub

View File

@@ -777,6 +777,7 @@ export class AgentSessionsWelcomePage extends EditorPane {
}
private revealMaximizedChat(): void {
this.commandService.executeCommand('workbench.action.closeActiveEditor');
this.commandService.executeCommand('workbench.action.chat.open');
const chatViewLocation = this.viewDescriptorService.getViewLocationById(ChatViewId);
if (chatViewLocation === ViewContainerLocation.AuxiliaryBar) {