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.