Created
March 9, 2017 18:52
-
-
Save ali5h/21fbbb71e0b411b9750d0c23c8131bbd to your computer and use it in GitHub Desktop.
vscode behind proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"http.proxyStrictSSL": false, | |
"http.proxy": "http://user:pass@proxy" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment