vscode autosave ext
1.0.0
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.
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
}
}
If you have proposal or issue. Add an issue with description of your case.
Initial release of unreleased yet.