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
If I have for example a file with 30 lines, if I want to put the pointer on line 20, it places the pointer at the end of the file. I can only place the pointer on the first 7 lines. Same happens if you want to select for example from line 15 to line 20, you can't do it.
To Reproduce
Open the attached file
Try to place the cursor at line 20 (for example)
The cursor will go to the end of the file
Try to select from line 15 to line 20
Nothing happens
Expected Behavior
I should be able to put the cursor at any point on the file
To add some more info, I could only get this issue to appear in .ts files, and even at that, once edited, the issue does not persist until leaving the file and returning to it (quitting the application, switching to another file, etc.).
Description
If I have for example a file with 30 lines, if I want to put the pointer on line 20, it places the pointer at the end of the file. I can only place the pointer on the first 7 lines. Same happens if you want to select for example from line 15 to line 20, you can't do it.
To Reproduce
Expected Behavior
I should be able to put the cursor at any point on the file
Version Information
CodeEdit: 0.0.3-alpha.35
macOS: 13.4
Additional Context
No response
Screenshots
editor-bug.mp4
server.ts.zip
The text was updated successfully, but these errors were encountered: