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 3aa87ad commit 7233effCopy full SHA for 7233eff
src/vs/workbench/contrib/mergeEditor/browser/mergeEditorInput.ts
@@ -224,9 +224,7 @@ export class MergeEditorInput extends AbstractTextResourceEditorInput implements
224
return ConfirmResult.SAVE;
225
}
226
227
- // don't save: revert model and no save
228
- console.assert(!isAnyAutoSave);
229
- this._outTextModel?.revert({ force: true });
+ // don't save
230
return ConfirmResult.DONT_SAVE;
231
232
0 commit comments