A Visual Studio Code extension that allows you to perform seamless code backups, with a simple command.
Installing
You can install the extension by either searching Savepoints in the Visual Studio Code extension store, by visiting the extension store page, or by downloading the latest release from the github releases page.
Features
Workspace Backup
Savepoints has a command that allows you to easily backup your Visual Studio Code workspace, with all folders and files to a location on your computer, with a timestamped name, and a log of all backups taken. This command is named Savepoints Backup in the Visual Studio Code Command Palette.
Usage
To use the extension, navigate to your Visual Studio Code Command Palette, by pressing Ctrl + Shift + P.
From the palette, type in Savepoints, and you should see the Savepoints Backup command.
When you run this command, all of the folders in your Visual Studio Code workspace will be archived in the .zip format, in the Savepoints folder that will be created in the home directory on your computer.
Make sure to watch the bottom right of your screen for a popup from the extension, it will let you know if the backup was successful or not.