I'm trying to use the [Google Cloud Code plugin for VSCode] (https://marketplace.visualstudio.com/items?itemName=GoogleCloudTools.cloudcode) into my WSL containers.
First time it worked, than I modify the default user on WSL, and now I can't use the plugin. Trying to re-install the gcloud
, use the script install instead of apt-get
.
I also tried on a new WSL container (with and without gcloud installed on it), same error. Re-install the plugin, nothing changed:
[8/4/2021, 11:12:29 AM] Dependency check detected gcloud not installed
[8/4/2021, 11:12:29 AM] Dependency installer starting installation
[8/4/2021, 11:12:30 AM] [warn]ApplicationInsights:CorrelationIdManager[{}]
[8/4/2021, 11:12:33 AM] [error]Dependency installer: gcloud architecture check failed request to https://dl.google.com/dl/cloudsdk/channels/rapid/components-2.json failed, reason: Failed to establish a socket connection to proxies: ["PROXY 127.0.0.1:9000"].
[8/4/2021, 11:12:33 AM] [error]Failed gcloud installation with Error: request to https://dl.google.com/dl/cloudsdk/channels/rapid/components-2.json failed, reason: Failed to establish a socket connection to proxies: ["PROXY 127.0.0.1:9000"]
First it doesn't found my gcloud installation, can't understand why.
Second, VsCode try to connect on a localhost:9000
proxy, what is this for ?
Do you have an idea ?
Thank you.