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

Store cache files in %localappdata% on Windows #183344

Closed
jmigual opened this issue May 24, 2023 · 2 comments
Closed

Store cache files in %localappdata% on Windows #183344

jmigual opened this issue May 24, 2023 · 2 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@jmigual
Copy link

jmigual commented May 24, 2023

Currently many VS Code data is saved in %appdata%/Code.

However, the Roaming app data folder (%appdata% or FOLDERID_RoamingAppData using the KNOWNFOLDERID) is for roaming profiles. Data on the roaming profile can be synced between devices. That's why cached data should be stored in the %localappdata% folder which is only stored in the local machine.

I propose then to move the following folders of %appdata%/Code to %localappdata%/Code:

  • blob_storage
  • Cache
  • CachedConfigurations
  • CachedData
  • CachedExtensions
  • CachedExtensionVSIXs
  • CachedProfilesData
  • Code Cache
  • DawnCache
  • GPUCache
  • logs
@IllusionMH
Copy link
Contributor

/duplicate of #3884
Please upvote that issue and provide missing specific folders in comment if needed.

@vscodenpa vscodenpa added the *duplicate Issue identified as a duplicate of another issue(s) label May 24, 2023
@vscodenpa
Copy link

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants