How can I keep undo history after saving on Visual Studio Code
问题 I'm using latest version of VS code (1.9.0). After I undo (ctrl+z) something, and save the file (ctrl+s), then I cannot redo anymore (ctrl+y). I would like to go back and forth during the editor is running same as Sublime or other editor. Can anyone solve this problem? Thank you. 回答1: Undo/redo on a kept open file That normally should work. If not, it could be an issue with one of your installed extensions. Try to start Visual Studio Code on a terminal/command line with code --disable