https://github.com/mamoruds/workspace-cacheclean
A vscode extension for cleaning workspaceStorage's cache
https://github.com/mamoruds/workspace-cacheclean
vscode-extension
Last synced: 2 months ago
JSON representation
A vscode extension for cleaning workspaceStorage's cache
- Host: GitHub
- URL: https://github.com/mamoruds/workspace-cacheclean
- Owner: MamoruDS
- License: mit
- Created: 2020-03-17T12:59:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T16:29:07.000Z (about 5 years ago)
- Last Synced: 2025-02-09T22:27:14.196Z (4 months ago)
- Topics: vscode-extension
- Language: TypeScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workspace-cacheclean
A cleaner for workspace cache.
## Why
Why you need this extension?
We all love how convenient that remote development on vscode, but it seems sometimes goes wrong when loading remote workspace like missing git status in explorer, then the only way to solve such problems is to clean the cached info of workspace.
The cache of workspace usually be stored vscode's cache folder in `Code/User/workspaceStorage/<32-length ID>`, so we will be happy if an extension could do this instead of manually.## Installation
Install from [Marketplace](https://marketplace.visualstudio.com/items?itemName=MamoruDS.workspace-cacheclean) page.
Or using the following command, and pick the **Workspace Cache Clean** by Mamoru
```
ext install workspace cache clean
```## Extension Settings
- `workspaceCacheClean.silent`: enable/disable message output
- `workspaceCacheClean.autoReload`: enable/disable auto reload window```json
"workspaceCacheClean.autoReload": false, // enable/disable message output
"workspaceCacheClean.silent": true // enable/disable auto reload window
```## Release Notes
### 0.0.2
Making extension works properly on remote workspace by adding "extensionKind".
### 0.0.1
Added features clean `state.vscdb` and `state.vscdb.backup` in current workspace's workspaceStorage.
## License
MIT License
copyright © 2020 MamoruDS