microsoft / vscode

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

Extension bisect wipes out undo history #204754

Open php4fan opened 10 months ago

php4fan commented 10 months ago

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

Steps to Reproduce:

  1. You are happily coding, so: Edit some file and make changes to it
  2. You find some bug, so: Start an Extension bisection. When you're done, stop the bisection
  3. Now go back to your coding: Try to undo some of the latest changes you did (either during the extension bisection or before that

=> BOOM! The undo history is completely gone!! You can't undo anything!

sandy081 commented 9 months ago

I believe enabling/disabling extensions is nothing to do with this.

@hediet I would suggest you to start investigating from the editor perspective and let me know if it involves extensions.