Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Cache Folder

Peter Flynn edited this page Mar 7, 2014 · 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 (see below). You'll lose any stored preferences and state like the recent folder list.

Cache location

  • Mac: ~/Library/Application Support/Brackets/cef_data
  • Win XP: C:\Documents and Settings\<username>\Application Data\Brackets\cef_data -- (aka %appdata%\Brackets\cef_data)
  • Win Vista/7/8: C:\Users\<username>\AppData\Roaming\Brackets\cef_data -- (aka %appdata%\Brackets\cef_data)
  • Linux: ~/.config/brackets/cef_data -- (aka $XDG_CONFIG_HOME/brackets/cef_data)

Note: for Adobe Edge Code, replace Brackets in the path with Adobe/Edge Code.

Resetting cache & preferences

  1. Delete the cef_data folder located above
  2. In the parent of this folder, delete brackets.json and state.json if present

This will reset all of your preferences and clear all cached data. (It's not yet possible to do clear one of those separately from the other). To ensure a full 'factory reset,' also uninstall Brackets and reinstall from a freshly downloaded installer.

Clone this wiki locally