You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Currently many VS Code data is saved in
%appdata%/Code
.However, the Roaming app data folder (
%appdata%
orFOLDERID_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
The text was updated successfully, but these errors were encountered: