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
Makes the code minimap populate reliably after switching tabs and shows a draggable viewport marker without waiting for a scroll.
Reduces unnecessary session and draft writes while editing, helping larger workspaces stay responsive.
Adds a focused editor setup step and clear release-session guidance in the Welcome Tour.
Highlights
Added aligned, commonly used editor controls to the Welcome Tour: line wrap, line numbers, current-line highlighting, and matching-bracket highlighting.
Fixes
Prevented empty loading snapshots from being reused by the minimap, and publishes an initial estimated viewport before full TextKit layout completes on macOS.
Uses descriptive headings for individual What’s New items instead of generic numbered update labels.