Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service worker files pile up? #204

Open
tehKaiN opened this issue Jan 19, 2023 · 4 comments
Open

Service worker files pile up? #204

tehKaiN opened this issue Jan 19, 2023 · 4 comments

Comments

@tehKaiN
Copy link
Contributor

tehKaiN commented Jan 19, 2023

I've just inspected my disk and have something like 30GB of service worker cache. Looks like a lot of 16MB files.

obraz

When looking at one of them I see:

obraz

looks like some kind of cache for .amigaprofile files? How to nicely get rid of them? Does the extension lack some kind of cleanup in its code?

@BartmanAbyss
Copy link
Owner

Wow, these aren't mine though.
I store the temporary .amigaprofile files in %temp%, and you can clean those via this command:

				"category": "Amiga",
				"command": "amiga.cleanTemp",
				"title": "Clean Temp Files"

However, if you have any idea on what that Service Worker Cache is and how to clean it up, please let me know.

@tehKaiN
Copy link
Contributor Author

tehKaiN commented Jan 20, 2023

yeah I know that, but I guess vscode makes a copy of them for some strange reason and in some strange format. Perhaps it's some kind of caching for displaying profiler files?

I'll try to investigate it by removing those manually and looking when they generate again.

Do you have similar files created or is it just me?

@BartmanAbyss
Copy link
Owner

My CacheStorage folder here is 4.4GB. I suppose it's something like a browser cache folder, as it seems to contain caches of files requested by extensions etc. e.g. https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/barto/Documents/Visual_Studio_Code/amiga-debug/dist/client.js

@BartmanAbyss
Copy link
Owner

BartmanAbyss commented Jan 20, 2023

apparently a known issue...
microsoft/vscode#152519
microsoft/vscode#131226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants