How can I install vs-code-server manually and tell vs-code-remote?

Jacki picture Jacki · May 10, 2019 · Viewed 7.3k times · Source

When I try use remote-ssh connect to my server to install install vs-code-server, it hangs with these message: Install and start server if needed

bash: no job control in this shell Installing... Downloading with wget

It seems my server cannot use wget to download vs-code-server. Can I install vs-code-server manually?

Answer

milkice picture milkice · May 13, 2019

This problem is caused by your terminal shell path isn't configured rightly.

Follow this issue https://github.com/microsoft/vscode-remote-release/issues/220#issuecomment-490374437

Check which shell you are using: which $SHELL