Open HsinM opened 2 months ago
Check VS Code Proxy Settings:
http.proxy
setting is correctly configured. If you're not using a proxy, make sure it's empty or unset.I use proxy but same setting stop working when I update >= 1.30.0 (incl. 1.35.1) version.
My setting is "http.proxy": "http://domain%5CUsername:Password@proxy.url
.
@HsinM Could you try to set
Could you try
"http.proxyHost": "<your_proxu_url>",
"http.proxyPort": "<your_proxy_port>",
"http.proxyPassword": "<your_proxy_password>",
"http.proxyUser": "<your_proxy_username>",
"https.proxyHost": "<your_proxu_url>",
"https.proxyPort": "<your_proxy_port>",
"https.proxyPassword": "<your_proxy_password>",
"https.proxyUser": "<your_proxy_username>",
@snjeza Unfortunately, this set of settings still does not work in v1.36.0.
Environment
Steps To Reproduce
Current Result
Can't load java project.
Expected Result
Can load java project. (1.29.0 can, but when I update > 1.30.0 all stopped......)
Additional Informations
Same error on the internet: https://www.eclipse.org/forums/index.php/t/1115835/.