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?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
Try entering
CTRL + Z
it might work if you haven’t closed vscode
This is effective for code editing. However, if you modify times or close vsocde , it cannot be completely restored.