mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-13 16:43:36 -06:00
Remove forced view state restoration with empty cursor state that was causing incorrect coordinate mappings when clicking in cells with long lines. Let the editor initialize naturally instead. Fixes cursor always jumping to end of line in Jupyter notebooks. Co-authored-by: DonJayamanne <1948812+DonJayamanne@users.noreply.github.com>