Skip to content

Commit 501881f

Browse files
authored
fix - update command execution in ChatSetupContribution (microsoft#255953)
1 parent 3b5c336 commit 501881f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ export class ChatSetupContribution extends Disposable implements IWorkbenchContr
907907
});
908908

909909
if (confirmed) {
910-
return Boolean(await commandService.executeCommand(CHAT_SETUP_ACTION_ID));
910+
return Boolean(await commandService.executeCommand(CHAT_SETUP_ACTION_ID, mode));
911911
}
912912
}
913913

0 commit comments

Comments
 (0)