We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910dbcc commit 16edcb7Copy full SHA for 16edcb7
.devcontainer/devcontainer.json
@@ -16,10 +16,10 @@
16
}
17
},
18
"containerEnv": {
19
- "HTTP_PROXY": "${localEnv:HTTP_PROXY}",
20
- "HTTPS_PROXY": "${localEnv:HTTP_PROXY}",
21
- "http_proxy": "${localEnv:HTTP_PROXY}",
22
- "https_proxy": "${localEnv:HTTP_PROXY}"
+ "HTTP_PROXY": "http://host.docker.internal:7890",
+ "HTTPS_PROXY": "http://host.docker.internal:7890",
+ "http_proxy": "http://host.docker.internal:7890",
+ "https_proxy": "http://host.docker.internal:7890"
23
24
25
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments