NES: InlineInsertion renders over the current line with editor.scrollBeyondLastLine
- VS Code Version: 1.100.0
- OS Version: MacOS 15.4.1
Steps to Reproduce:
- enable editor.scrollBeyondLastLine
- trigger a NES which renders as insertionMultiline (ghostText) in temporary (additionalLine) 1line above the cursor
Expected result
The insertionMultiline renders in the newly created line without any problems
Current result
The inlineEdit renders over the line with the cursor and is not attached to the current line, allowing it to shift while user scrolls like so
Note that it was supoosed to render between line 25 & 26
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.100.0. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Thanks for reporting! Up for a fix? ;)
I'm a bit streched right now, but if noone grabs it in the next week, I'll dig in to that :)