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
Merge pull request atom#16521 from atom/dg-remove-protocol-handler-if…
…-set-to-never-on-startup
If protocol handler set to never, unregister it on Windows
(cherry picked from commit 5748f23)
Initialize ProtocolHandlerInstaller after initializing Config
This allows it to correctly read `core.uriHandlerRegistration` and
avoids popping the notification even if set to 'never'.
Fixesatom#16201
Try the deprecated travis image to resolve python version error
We probably need to fix this on master, but for a release branch it
seems ok to defer that.