lite-xl-plugin-manager
lite-xl-plugin-manager copied to clipboard
it seems ignore proxy settings in environment
I found lpm ignore proxy settings in the environment, this may be a bug or should add as an enhancement feature.
`export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;` these settings not effect.
Yeah, we can look into adding this, shouldn't be too complicated.
OK! Sorry about the delay on this; I added this in in 1ce17f6565279eb80421ae1c86ea10f66859eb33.
Can you give it a try now with HTTP_PROXY and HTTPS_PROXY, and let me know if it works?