Summary
VS Code keeps Chromium-style caches under %APPDATA%\Code (Cache, CachedData, Code Cache, GPUCache) that grow steadily and are safe to clear. Add them as a junk category.
Where
Follow the existing app-cache categories in src/sifty/core/junk.py. Base dir is %APPDATA%.
Acceptance criteria
Tip
Use the /new-junk-category skill. Note Code stores settings under %APPDATA%\Code\User, so be careful to scan only the cache subfolders.
Summary
VS Code keeps Chromium-style caches under
%APPDATA%\Code(Cache,CachedData,Code Cache,GPUCache) that grow steadily and are safe to clear. Add them as a junk category.Where
Follow the existing app-cache categories in
src/sifty/core/junk.py. Base dir is%APPDATA%.Acceptance criteria
sifty junk scanUserfolder (that holds settings/extensions state)tests/test_junk.pypytestgreenTip
Use the
/new-junk-categoryskill. Note Code stores settings under%APPDATA%\Code\User, so be careful to scan only the cache subfolders.