Provide Local History for your workspace files.
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.
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"
}
Please report if anything found.
Enjoy!