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

Reload Brackets, changes to extensions are cached (& unit tests) #1551

@jrowny

Description

@jrowny

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions