This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Cache Folder
njx edited this page Sep 19, 2012
·
19 revisions
Brackets stores some data in a cache folder managed by CEF -- roughly equivalent to a browser cache, except specific to Brackets. At the moment, this folder stores both throwaway data and user preferences.
If you're having trouble starting Brackets after upgrading from a previous build, try deleting this folder. You'll lose any stored preferences and saved information like the recent folder list.
- Mac:
~/Library/Application Support/Brackets
- Win XP:
C:\Documents and Settings\<username>\Application Data\Brackets
-- (aka%appdata%\Brackets
) - Win Vista/7:
C:\Users\<username>\AppData\Roaming\Brackets
-- (aka%appdata%\Brackets
)
- Mac:
~/Library/Application Support/com.adobe.Brackets.cefCache
- Win XP:
C:\Documents and Settings\<username>\Application Data\Brackets\cefCache
-- (aka%appdata%\Brackets\cefCache
) - Win Vista/7:
C:\Users\<username>\AppData\Roaming\Brackets\cefCache
-- (aka%appdata%\Brackets\cefCache
)
To clear out preferences, open the Developer Tools console and run
localStorage.clear()