macor161 / atom-package-sync

Synchronize your atom packages and settings easily
MIT License
22 stars 5 forks source link

Does not use APM's proxy setting #12

Open cyqsimon opened 4 years ago

cyqsimon commented 4 years ago

I currently live in China where Google services are all blocked. Therefore I run a Shadowsocks client on localhost:1080, and used apm config set https-proxy=https://localhost:1080, with the intention of routing all packages' connections through my proxy so that blocked sites are accessible.

Unfortunately APS does not seem to use the proxy settings of APM, nor does it seem to have a proxy setting of its own. So unfortunately it's unusable for me at the moment. Github support would help in my case since it's not blocked (yet), but for others who might be behind some stricter corporate firewall it would not suffice.

So please, either have APS use APM's proxy setting, or add the ability for the user to set a custom proxy. Thanks.