Tell VSC not to autosave all of the time

This commit is contained in:
Oliver-Akins 2023-11-26 13:11:18 -07:00
parent 6381b51990
commit 6e3510ddd4

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"files.autoSave": "onWindowChange"
}