You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: the disabled folder that sits next to user has no special meaning for the moment. It's just a convenient location to manually move extensions you wish to disable.
Extension Dev Folder
<brackets>/src/extensions/dev
Normally only used when pulling source from Git. This location has advantages over the user folder, for extension developers:
Extension Manager will not let you delete any of the extensions in this location (though they still show up in the Installed list)
You can conveniently open the entire Brackets source tree along with your extensions, since this folder lies within the source tree. This makes it easier to refer to core Brackets APIs while developing, and gives you improved code hints etc.
Some parts of Brackets core are implemented as extensions internally, and they are located here. Treat this as you could any other part of the Brackets core code: Brackets may not work properly if you remove or change any of these extensions.
Note: Extensions in this location are not listed in Extension Manager, and Debug > Reload Without Extensions will still load these extensions.