gayanhewa / vscode-localhistory

Local history for Visual Studio Code Files
MIT License
8 stars 8 forks source link

Local History for VSCode files

Provide Local History for your workspace files.

Features

Persistant in-memory workspace local history for files. Files backed up every 10 mins by default. Built in diff integration to diff against local history.

Alt text Alt text

Extension Settings

With version v0.0.3 we are introducing the ability to configure the back up interval and how many items thats kept in memory. We would ideally recommend to eep the numberOfLocalHistoryItems to something between 5-10 and the backupInterval to something around 600-900 seconds.

    "localhistory.backupInterval": {
        "default": "600"
    },
    "localhistory.numberOfLocalHistoryItems": {
        "default": "5"
    }

Alt text

Known Issues

Please report if anything found.

Enjoy!