Skip to content

Commit 5b48914

Browse files
authored
1 parent 822ad2d commit 5b48914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ export class InlineChatController implements IEditorContribution {
630630
}
631631
}
632632
this._ctxResponseTypes.set(responseTypes);
633+
this._ctxDidEdit.set(this._activeSession.hasChangedText);
633634

634635
if (response instanceof EmptyResponse) {
635636
// show status message

0 commit comments

Comments
 (0)