- Install "Visual Studio Code" from EC Store.
- Start "Visual Store Code [V5]" (if it is already running, restart it).
From within VSCode:
- Configure proxy for VS Code and terminal:
-
Open "View > Command Palette..." and select "Preferences: Open Settings (JSON)".
-
Add or edit (if they already exist) the following lines, replacing values between "<" and ">":
"http.proxy": "http://<username:<password>@<proxy_host>:<proxy_port>", "terminal.integrated.env.windows": { "http_proxy": "http://<username:<password>@<proxy_host>:<proxy_port>", "https_proxy": "http://<username:<password>@<proxy_host>:<proxy_port>" }
-
NOTE: When editing "settings.json", make sure that the resulting JSON is valid by fixing any warnings/errors that might appear.