You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle no modification scenario in chat editing (microsoft#239207)
* Remove/dispose modified files if they turn out to not contain modifications
* Only start only accept flow when done streaming, reset when no edits come along
fixesmicrosoft/vscode-copilot#10413
exportconstctxIsGlobalEditingSession=newRawContextKey<boolean>('chat.isGlobalEditingSession',undefined,localize('chat.ctxEditSessionIsGlobal',"The current editor is part of the global edit session"));
42
43
exportconstctxHasEditorModification=newRawContextKey<boolean>('chat.hasEditorModifications',undefined,localize('chat.hasEditorModifications',"The current editor contains chat modifications"));
0 commit comments