ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
803 stars 54 forks source link

Disable environment proxy settings. #25

Closed deizel closed 11 years ago

deizel commented 11 years ago

Forces no proxy server to be used since it doesn't make sense when connecting to localhost.

Tested in Sublime Text 2 (w/ Python 2) and Sublime Text 2 (w/ Python 3).

Fixes #24

marijnh commented 11 years ago

This will disable proxies for all http connections made through Python, and do a bunch of work for every request. Could you see if patch fd6c0ee925e1d5da also works for you?

deizel commented 11 years ago

Apologies, my Py-fu is weak. Yes, I can confirm that the huge popup window is no longer appearing now on master. Thanks for the quick responses.