Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gayanhewa/vscode-localhistory
Local history for Visual Studio Code Files
https://github.com/gayanhewa/vscode-localhistory
Last synced: 16 days ago
JSON representation
Local history for Visual Studio Code Files
- Host: GitHub
- URL: https://github.com/gayanhewa/vscode-localhistory
- Owner: gayanhewa
- License: mit
- Archived: true
- Created: 2017-09-03T16:39:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T00:07:37.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T05:24:20.189Z (3 months ago)
- Language: TypeScript
- Size: 7.65 MB
- Stars: 8
- Watchers: 3
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://vsmarketplacebadge.apphb.com/version/gayanhewa.local-history.svg)](https://marketplace.visualstudio.com/items?itemName=gayanhewa.local-history) [![](https://vsmarketplacebadge.apphb.com/installs/gayanhewa.local-history.svg)](https://marketplace.visualstudio.com/items?itemName=gayanhewa.local-history) [![](https://vsmarketplacebadge.apphb.com/rating/gayanhewa.local-history.svg)](https://marketplace.visualstudio.com/items?itemName=gayanhewa.local-history)
# 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](/assets/localhistory.gif?raw=true "Local History Demo")
![Alt text](/assets/localhistory-config.gif?raw=true "Local History Demo")## 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](/assets/localhistory-config.gif?raw=true "Local History Demo")
## Known Issues
Please report if anything found.
**Enjoy!**