mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 00:10:04 +08:00
Merge pull request #290069 from microsoft/osortega/substantial-skunk
Close welcome view when clicking on View all sessions
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user