Whenever I make changes to my code in VScode, I have to save it before I can run the updated version. Is there a shortened way to do this?
Asked
Active
Viewed 18 times
0
-
you have to save a file in order to be able to compile it. Ctrl-S will do that. – OldProgrammer Jan 18 '22 at 20:42
-
There is [autosave](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save). But it's not clear whether that will meet your needs exactly as it will save not on run but periodically and on certain windowing events. – kaylum Jan 18 '22 at 20:48