Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AutoSaveExtNew to Visual Studio Code? Get it now.
AutoSaveExt

AutoSaveExt

oonsnnsk

|
16,786 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AutoSaveExt VSCode Extension

note

The author didn't publish this extension to the marketplace, so I compiled and published it instead.
https://github.com/wclr/vscode-autosave-ext
To the author. Thanks for the nice extension.

Below is the original text.

VSCode extension for advanced autosave feature configuration.

This extension allows to have custom configuration of autosave feature for specified types of files because standard editor's autoSave option is applied to all file types and languages.

Settings

Extension loads config from standard settings (project's .vscode/settings.json or .global user settings).

This option is not language specific, so just add file extensions that should be a subject for autosave.

Supported config:

{
  "autoSaveExt": {
    "debounce": 1000, // default is 500
    "extensions": [".elm", ".ts"] // if no extension set will be applied to all files
  }
}

Issues

If you have proposal or issue. Add an issue with description of your case.

Unreleased

Initial release of unreleased yet.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft