Overview Version History Q & A Rating & Review
Selective Auto Save
Description
A VS Code extension that enables selective auto-saving of files using glob patterns. Save specific files automatically while excluding others, with configurable delays
Features
💾 Glob Patterns: include and exclude files with glob pattern matching
⏱️ Configurable Delay: set the delay before auto-saving
How to Run
In VSCode search for Selective Auto Save in the extensions tab
Configure the extension via VS Code settings:
{
"selectiveAutoSave.enable": true,
"selectiveAutoSave.delay": 1000,
"selectiveAutoSave.include": ["backend/**/*"],
"selectiveAutoSave.exclude": []
}
For devs:
Install packages with npm i
To test, press F5
Update the CHANGELOG
Update version references and run npm i
Compile with npm run package
Upload the .vsix to Visual Studio Marketplace
Create a tag in Git and upload to GitHub
Create a new release on GitHub
Technologies Used
Authors
Mateus Pitura