Update vscode auto save mention

This commit is contained in:
Colin McDonnell
2023-03-29 17:27:13 -07:00
parent f16995910a
commit b0e0853360

View File

@@ -29,7 +29,7 @@ Instead, Bun uses operating system native filesystem watcher APIs like kqueue or
{% /callout %}
The following examples show Bun live-reloading as it is edited, with VSCode configured to save the file [on each keystroke](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save).
The following examples show Bun live-reloading a file as it is edited, with VSCode configured to save the file [on each keystroke](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save).
{% codetabs %}