Enable autosave for vscode

This commit is contained in:
Thom Werring 2023-12-31 10:29:25 +01:00
parent 705b9cade9
commit ec4357c6a5
1 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,6 @@
],
"url": "https://raw.githubusercontent.com/TheGiddyLimit/5etools-utils/master/schema/brew-fast/homebrew.json"
}
]
],
"files.autoSave": "onFocusChange"
}