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
The editor.enablePreview: true preference further complicates this. The navigation is broken as we always open a new non-preview editor even if editor.enablePreview is true.
Also, #4423 did not handle the case when a file is opened from the navigator with a single click.
With a single click open, the selection is not set into the editor, hence the location will not be registered into the stack only double click does it. It works properly in VS Code.
When navigating between editors using the navigation history I see 0,0 positions. Probably added by non-atomic editor open/reveal actions.
Reproduce:
The text was updated successfully, but these errors were encountered: