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: 1. Add `alert("I am here");` to brackets.js just after the define 2. hit f5, it works fine 3. add the same code to an extension in the user directory, and hit f5 4. nothing :( 5. 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.
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:
alert("I am here");to brackets.js just after the defineKinda a pain if you're working on an extension and just want to hit f5 to see your change.