forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Cache Folder
jason-sanjose edited this page Jun 12, 2012
·
18 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.
- 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()