This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
With the new brackets shell changes to extensions are cached and therefore don't reload when you hit F5 or reload brackets. To demonstrate the issue:
- Add
alert("I am here"); to brackets.js just after the define
- hit f5, it works fine
- add the same code to an extension in the user directory, and hit f5
- nothing :(
- unless brackets is completely closed and re-opened
Kinda a pain if you're working on an extension and just want to hit f5 to see your change.