Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehyaa/vscode-workspace-storage-cleanup
A cleaner for VSCode workspace storage cache.
https://github.com/mehyaa/vscode-workspace-storage-cleanup
vscode vscode-extension
Last synced: 15 days ago
JSON representation
A cleaner for VSCode workspace storage cache.
- Host: GitHub
- URL: https://github.com/mehyaa/vscode-workspace-storage-cleanup
- Owner: mehyaa
- License: mit
- Created: 2021-11-15T13:49:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T11:16:14.000Z (over 1 year ago)
- Last Synced: 2024-08-01T03:38:12.050Z (3 months ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - mehyaa/vscode-workspace-storage-cleanup
README
# Workspace Storage Cleanup
A cleaner for VSCode workspace storage cache.
## Why you need this extension?
VSCode tracks each workspace (opened folder or workspace file) in its workspace storage (a folder in `Code/User/workspaceStorage/<32-length ID>`) which has meta that points to the workspace. When you delete/rename/move workspace, the workspace storage will not update itself and from now on it becomes an unused meta. This extension lists and gives option to delete the unused workspace storage folders.
## Installation
Install from [Marketplace][marketplace-url] page.
## Build
```sh
$ npm install$ npm run compile
```## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/`)
3. Commit your changes (`git commit -am '(): added some feature'`)
4. Push to the branch (`git push origin feature/`)
5. Create a Pull Request## License
[MIT][license-url]
## Thanks
Icon made by [Flat Icons][icon-author-url] from [flaticon.com][icon-url]
[license-url]: LICENSE
[marketplace-url]: https://marketplace.visualstudio.com/items?itemName=mehyaa.workspace-storage-cleanup
[icon-url]: https://www.flaticon.com/free-icon/data-cleaning_1808958
[icon-author-url]: https://www.flaticon.com/authors/flat-icons