Open core-ai-bot opened 3 years ago
Comment by njx Saturday Dec 08, 2012 at 16:34 GMT
It definitely would make sense to have a central repository for extensions, like npm. In fact, I think the existing extension manager that@
jdiehl and@
DennisKehrig worked on has this. It doesn't look like we recorded it on that placeholder Trello card, but I've been assuming we would have this, since extension discovery is just as important as the local management pieces.
Comment by DennisKehrig Saturday Dec 08, 2012 at 16:49 GMT
There's only http://jdiehl.github.com/extensions.json, which I update manually. So far all extensions happened to be hosted on GitHub, only Emmet has a separate ZIP file for distribution, so for that the current system fails. We thought about switching to ZIP files (also provided by Git) unpacked via JavaScript, because then we might be able to get rid of the dependency on the Node.js server. But neither Jonathan nor I do currently have time to work on that.
Issue by royduin Saturday Dec 08, 2012 at 14:48 GMT Originally opened as https://github.com/adobe/brackets/issues/2316
Now all extensions have to be installed manually. I'd like to have some feature like "package control for sublime text" which manage and update plugins.