sublimious icon indicating copy to clipboard operation
sublimious copied to clipboard

Add external repositories to .sublimious file

Open BamBalaam opened this issue 7 years ago • 1 comments

When installing packages on Sublime Text, these are sometimes only present in external repositories.

It should be possible to add a list of external repositories in the .sublimious file, that would be added to Package Control before going through the installation of the "additional packages".

(I can gladly have a look at how to tackle this issue myself if you could give me some pointers, as I don't know the existing code base as well as you do)

BamBalaam avatar Jan 29 '18 22:01 BamBalaam

That would definitely be useful.

To implement this you would have to see where package control saves that information and then manually write to that file. SublimeText should automatically reload that file once it's written and the repositories available

dvcrn avatar Feb 01 '18 03:02 dvcrn