dotnet / dotnet/vscode-dotnet-runtime

Clean up out-of-date versions in a vscode storage

Open
#565 1 comment 1 reaction 0 assignees View on GitHub
bug enhancement
Dominant language
TypeScript
Stars
209
Forks
455
PR merge metrics
No merged PRs in 30d

Description

Older versions aren't cleaned up upon updates and consume space:

```bash
$ pwd
$ du -hc -d 1
/home//.config/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet
68M ./6.0.5
68M ./6.0.6
68M ./6.0.7
68M ./6.0.8
272M .
272M total
```
## Related issue
This is also related to a WorkSpace mess created by VSCode: , see related issue https://github.com/microsoft/vscode/issues/32461

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.