We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rerun
1 parent 7970376 commit 4bc3583Copy full SHA for 4bc3583
src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts
@@ -716,7 +716,7 @@ export class InlineChatController implements IEditorContribution {
716
return State.PAUSE;
717
} else if (message & Message.ACCEPT_SESSION) {
718
return State.ACCEPT;
719
- } else if (message & Message.ACCEPT_INPUT) {
+ } else if (message & (Message.ACCEPT_INPUT | Message.RERUN_INPUT)) {
720
return State.MAKE_REQUEST;
721
} else {
722
return State.APPLY_RESPONSE;
0 commit comments