Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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