From 6e3510ddd41e4a9ca75d0944c10f021426b98c75 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 26 Nov 2023 13:11:18 -0700 Subject: [PATCH] Tell VSC not to autosave all of the time --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..03f717a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "files.autoSave": "onWindowChange" +} \ No newline at end of file