Given that extensions will eventually have to live outside of the Brackets.app folder on Mac (for convenience) and outside of Program Files on Win (for security constraints), we will likely store extensions in the application support folder. In a hosted version of brackets, this path from getExtensionDirectory() could also point to an appropriate location on the server.
Issue by gruehle Tuesday Oct 02, 2012 at 06:59 GMT Originally opened as https://github.com/adobe/brackets/issues/1743
Storage locations:
Currently this location is only known to brackets-shell.
We should add new APIs such as
that return the appropriate locations.
Given that extensions will eventually have to live outside of the Brackets.app folder on Mac (for convenience) and outside of Program Files on Win (for security constraints), we will likely store extensions in the application support folder. In a hosted version of brackets, this path from
getExtensionDirectory()
could also point to an appropriate location on the server.