Skip to content

Commit 1c8af6d

Browse files
committed
Fixes
1 parent c93197f commit 1c8af6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension/chatSessions/vscode-node/copilotCLIChatSessionsContribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ export class CopilotCLIChatSessionParticipant extends Disposable {
18321832
})();
18331833

18341834
const [{ workspaceInfo, cancelled }, model, agent] = await Promise.all([
1835-
this.getOrInitializeWorkingDirectory(undefined, stream, request.toolInvocationToken, token),
1835+
this.getOrInitializeWorkingDirectory(undefined, Promise.resolve(undefined), stream, request.toolInvocationToken, token),
18361836
this.getModelId(request, token), // prefer model in request, as we're delegating from another session here.
18371837
this.getAgent(undefined, undefined, token)
18381838
]);

0 commit comments

Comments
 (0)