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
The command I use to install my package from github:
apm install dangh/atom-tabs
The command sync-settings constructed:
apm install atom-tabs
Describe alternatives you've considered
Maybe we can use atom API to install package instead of apm and skipping constructing the command. But I'm not familiar with atom API to say if it's possible to do so.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is a feature request.
apm
is allow us to install package from github/gitlab/bitbucket butsync-settings
doesn't support that.Describe the solution you'd like
If the package is a git source, use the install source to construct apm arguments.
Here's an example of git package info:
The command I use to install my package from github:
The command sync-settings constructed:
Describe alternatives you've considered
Maybe we can use atom API to install package instead of apm and skipping constructing the command. But I'm not familiar with atom API to say if it's possible to do so.
The text was updated successfully, but these errors were encountered: