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.
1 parent 822ad2d commit 5b48914Copy full SHA for 5b48914
src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts
@@ -630,6 +630,7 @@ export class InlineChatController implements IEditorContribution {
630
}
631
632
this._ctxResponseTypes.set(responseTypes);
633
+ this._ctxDidEdit.set(this._activeSession.hasChangedText);
634
635
if (response instanceof EmptyResponse) {
636
// show status message
0 commit comments