microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.28k stars 28.57k forks source link

The block cursor keep jumping to the previous position. #223462

Open duytrung opened 1 month ago

duytrung commented 1 month ago

Does this issue occur when all extensions are disabled?: No

Steps to Reproduce:

  1. Start Extension Bisect to isoloate the bad extensions
  2. Finished with bisect but the problem is still persist.

image

Description of the problem: I started with VScode Insider, and start typing, but the cursor keeps jump to the previous position and it is so annoying. For example, I type "pro" it will appears as pr[o] where [o] is a block cursor with the letter "o" nested in.

The block cursor keep jumping to the previous position.

image

I tried with the "Code - Insiders.exe" --list-extensions but not working.

Thanks for considering the issue

duytrung commented 1 month ago

Since I tried to list all extension with the command ["Code - Insiders.exe" --list-extensions > plugs.txt] did not really work, I would like to attach the plugins json in data folder here.

extensions.json

I have tried to isolate the trouble plugins but it was so strange that the bisection results was the same as above. Did I miss anything?