Home > other >  How to undo deletion of code in Visual Studio Code
How to undo deletion of code in Visual Studio Code

Time:08-08

So I was working on a small project and accidentally deleted a large chunk of code. Is there any undo button or something so that I can undo this change?

CodePudding user response:

Try entering CTRL Z it might work if you haven't closed vscode

CodePudding user response:

enter image description here

This is effective for code editing. However, if you modify times or close vsocde , it cannot be completely restored.

  • Related