How does CodeLLDB get proxy ip and prot? #1109
Answered
by
vadimcn
Boooooom030
asked this question in
Q&A
-
I dong't set http_proxy for vscode. I run CodeLLDB in wsl, and everytime i start up vscode, CodeLLDB will download package from github with my proxy. However, it use correct port but wrong ip in wsl (127.0.0.1:myport), I want to set correct proxy for CodeLLDB, but I can't find setting about it? How does CodeLLDB get my proxyport? |
Beta Was this translation helpful? Give feedback.
Answered by
vadimcn
Jun 2, 2024
Replies: 1 comment 1 reply
-
CodeLLDB uses NodeJs's https.get to download the package. I don't know how Node gets the proxy address. You can download and install the package manually, URL is in the error message, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Boooooom030
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CodeLLDB uses NodeJs's https.get to download the package. I don't know how Node gets the proxy address.
You can download and install the package manually, URL is in the error message,