vscode icon indicating copy to clipboard operation
vscode copied to clipboard

NES: InlineInsertion renders over the current line with editor.scrollBeyondLastLine

Open marrej opened this issue 7 months ago • 3 comments

  • VS Code Version: 1.100.0
  • OS Version: MacOS 15.4.1

Steps to Reproduce:

  1. enable editor.scrollBeyondLastLine
  2. 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

Image

Note that it was supoosed to render between line 25 & 26

marrej avatar May 12 '25 20:05 marrej

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? ;)

hediet avatar May 15 '25 13:05 hediet

I'm a bit streched right now, but if noone grabs it in the next week, I'll dig in to that :)

marrej avatar May 23 '25 11:05 marrej