I recently got stuck starting vscode on ubuntu 20.04 (on a WSL)
$ code
Updating VS Code Server to version b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a
Removing previous installation...
Installing VS Code Server for x64 (b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a)
Downloading:
And then nothing happens.
2
Answers
The problem was with the proxy. And the missing link, that VS Code Server uses wget.
Solution was to configure a proxy in
/etc/wgetrc
:BTW: just editing
~/.wgetrc
was not enough.For me it worked to remove "update.code.visualstudio.com" line from ~/.wget-hsts.