Atom Editor: Configure proxy settings

Hi,

if you use the new Atom Editor from Github and want to use the integrated installer for packages and themes behind a proxy server you have to configure the .apmrc file.

At the Windows platform you have to take care that you do not edit the .apmrc file located in the %USERPROFILE%\.atom\.app\.apmrc. The file which is resides in %USERPROFILE%\.atom\.apmrc is the right one.

The file %USERPROFILE%\.atom\.apmrc is always being overwritten when atom starts.

Add the following lines to %USERPROFILE%\.atom\.apmrc and replace localhost:5865 with your proxy settings.

http-proxy = "http://localhost:5865"
https-proxy = "http://localhost:5865"
proxy = "http://localhost:5865"

And check settings

ATOM Package Installer
ATOM Package Installer

Michael

Advertisment to support michlstechblog.info

2 thoughts on “Atom Editor: Configure proxy settings”

  1. You mentioned “The file %USERPROFILE%\.atom\.apmrc is always being overwritten when atom starts.” this is also what I experienced. Then how do you persist the settings since it will always be lost.

  2. Hello! Do you know, by any chance, which configuration file should I edit in the case of Atom running as a Virtualized Application?

    The settings I added in the file %USERPROFILE%\.atom\.apmrc seem to be ignored by the Atom [V5] virtualized application. Actually the file did not even exist, I had to create it, so probably it is not using that file.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.