Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

gayanhewa/vscode-localhistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Local history for Visual Studio Code Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published