I came across this public domain editor and decided to install it to use it for uploading firmware to my SONOFF devices (TUTORIAL: Install Sonoff-Tasmota Firmware on your Sonoff Device). Unfortunately I wasn’t able to download packages for it because of our proxy server. Whatever I tried I wasn’t able to find a way to configure the proxy. I finally found a solution that worked for me.
Just execute the following commands in a console window:
- Run CMD as administrator
- cd into the directory ‘C:\Users\<your user name>\AppData\Local\atom\bin’
- execute ./apm config set http-proxy http://<your proxy>:<proxy port>
- execute ./apm config set https-proxy http://<your proxy>:<proxy port>
- execute ./apm config set proxy http://<your proxy>:<proxy port>
I don’t know if number 5 is really necessary but I added it just in case.
You can check the current settings by executing:
./apm config get
I hope that this will help.