From ec4357c6a5c37902d768000126c109b40523dd01 Mon Sep 17 00:00:00 2001 From: Thom Werring Date: Sun, 31 Dec 2023 10:29:25 +0100 Subject: [PATCH] Enable autosave for vscode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 93fd80e..1762af4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ ], "url": "https://raw.githubusercontent.com/TheGiddyLimit/5etools-utils/master/schema/brew-fast/homebrew.json" } - ] + ], + "files.autoSave": "onFocusChange" } \ No newline at end of file