Skip to content

Commit 2616ab2

Browse files
authored
set context to skip request in progress message during new workspace creation (#414)
1 parent 60b1d1a commit 2616ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/tools/node/newWorkspace/newWorkspaceTool.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class GetNewWorkspaceTool implements ICopilotTool<INewWorkspaceToolParams
9191
}, this._extensionContext);
9292

9393
workspaceUri = newWorkspaceUri;
94-
94+
this.commandService.executeCommand('setContext', 'chatSkipRequestInProgressMessage', true);
9595
this.interactiveSession.transferActiveChat(newWorkspaceUri);
9696
this.commandService.executeCommand('vscode.openFolder', newWorkspaceUri, { forceReuseWindow: true });
9797

0 commit comments

Comments
 (0)