diff --git a/Package Control.sublime-settings b/Package Control.sublime-settings index d89b9660..c377bac0 100644 --- a/Package Control.sublime-settings +++ b/Package Control.sublime-settings @@ -102,17 +102,14 @@ "cache_length": 300, // An HTTP proxy server to use for requests. Not normally used on Windows - // since the system proxy configuration is utilized via WinINet. However, - // if WinINet is not working properly, this will be used by the Urllib - // downloader, which acts as a fallback. + // since the system proxy configuration is utilized via WinINet. "http_proxy": "", // An HTTPS proxy server to use for requests - this will inherit from // http_proxy if it is set to "" or null and http_proxy has a value. You // can set this to false to prevent inheriting from http_proxy. Not // normally used on Windows since the system proxy configuration is - // utilized via WinINet. However, if WinINet is not working properly, this - // will be used by the Urllib downloader, which acts as a fallback. + // utilized via WinINet. "https_proxy": "", // Username and password for both http_proxy and https_proxy. May be used