Skip to content

Commit

Permalink
Update settings comments
Browse files Browse the repository at this point in the history
caused by a2050c6
  • Loading branch information
deathaxe committed Jan 28, 2024
1 parent e5b8b40 commit bc4c5a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Package Control.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc4c5a8

Please sign in to comment.