-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
editor-renderingEditor rendering issuesEditor rendering issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplan
Milestone
Description
Testing microsoft/vscode-jupyter#11463, I (re)learned today that we truncate long lines.
My setup:
- Open insiders.vscode.dev
- Install Jupyter and Python extensions
- Create a new untitled jupyter notebook
- Create a markdown cell
- Paste image
- Save notebook
- Reopen notebook with text editor
- Switch off line wrapping
- Search for character sequence
is
in the text editor
-> At some point you reach the end of the truncated line without being aware what's happening. It feels like the editor stops responding. See recording here: https://share.cleanshot.com/g4qxRZ
When I checkout the warning about tokenization and look at the setting, I don't learn that the line is truncated.
Metadata
Metadata
Assignees
Labels
editor-renderingEditor rendering issuesEditor rendering issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-testplan