We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c8a5f commit 886da60Copy full SHA for 886da60
1 file changed
src/vs/editor/contrib/suggest/suggestController.ts
@@ -294,7 +294,6 @@ export class SuggestController implements IEditorContribution {
294
});
295
296
scrollState.restoreRelativeVerticalPositionOfCursor(this.editor);
297
- this.editor.pushUndoStop();
298
299
if (!(flags & InsertFlags.NoAfterUndoStop)) {
300
this.editor.pushUndoStop();
0 commit comments