ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
858 stars 277 forks source link

vscode editor scrolls up/down one line for each character typed #2018

Open davedawkins opened 3 months ago

davedawkins commented 3 months ago

Describe the bug

For certain files that I edit, as I'm typing, the view scrolls up (and down) by one line at a time

To reproduce: Sorry not to include this right now - I will try to create a project based on the file I'm currently editing.

Why do I think this is an Ionide issue and not a VSCODE issue?

Machine info

baronfel commented 3 months ago

We think this is related to codelens/linelens - can you try disabling that feature and see if the problem still persists?

davedawkins commented 3 months ago

I actually can't see how to disable it. There's no option to switch where it reads Enabled. Changing the checkboxes has no effect. it's making me feel a bit stupid.

image

davedawkins commented 3 months ago

I've unchecked or set to "never" anything with codeLens or lineLens in it, and am trying that with latest Ionide. However, these same features are still reading "Enabled" so can't be sure I've properly disabled it.

oluthje commented 1 month ago

I had the exact same issue, and it was fixed by disabling code lenses.

davedawkins commented 1 month ago

Can also confirm that I've not had this problem since blanket-bombing all codeLens properties.