Hello cursors. I am facing this annoying problem that sometime the cursor misplacing starts and persist. The ‘|’ cursor shows over the character or after the actual character and the character does not go to the right most part of line.
I am not able to place the | cursor after ‘r’ in the line.
here the cursor | is after M but if type (eg.: A) it would insert character after a
const demo = M|ath.floor(X)
const demo = MaXth.floor(X)
even after restart the editor and cleaned the all codes from editor and start new typing. the ‘mouse cursor’ | shows over the characters. It might be a bug or is it known issue. does it have any fixes.
Hey! Thanks for reporting this. What font do you have enabled in the editor (Cmd/Ctrl+Shift+P > VS Code Settings, then “font”)? What operating system are you on?
I don’t have Menlo font so i just removed Jetbrain Mono. Consolas was used here. To confirm Jetbrain Mono was cuasing the issue I’ve put the Jetbrain Mono again and the problem started.