mehyaa / vscode-workspace-storage-cleanup

A cleaner for VSCode workspace storage cache.
MIT License
17 stars 1 forks source link

Feature Request: Manage remote workspaces #3

Open ttimasdf opened 2 years ago

ttimasdf commented 2 years ago

VSCode Remote is commonly used on headless servers. It would be better if this plugin supports:

  1. Running on remote server rather than local client.
  2. Support cleaning up remote server storage. For example under linux ~/.vscode-server/data/User/workspaceStorage. The folder structure is mostly the same.

Thanks again for this great work!