vscode-remote - 如何手动安装 vs-code-server 并告诉 vs-code-remote?

标签 vscode-remote

当我尝试使用远程 ssh 连接到我的服务器来安装 vs-code-server 时,它会挂起以下消息:
如果需要,安装并启动服务器

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



看来我的服务器无法使用 wget 下载 vs-code-server。
我可以手动安装 vs-code-server 吗?

最佳答案

此问题是由您的终端 shell 路径配置不正确引起的。

关注这个问题
https://github.com/microsoft/vscode-remote-release/issues/220#issuecomment-490374437

检查您使用的是哪个 shell:which $SHELL

关于vscode-remote - 如何手动安装 vs-code-server 并告诉 vs-code-remote?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56073276/

相关文章:

docker - 如何在调用 "in container"时打开 VS 代码 "Reopen in container"而不会重新启动并丢失 shell 设置?

python - 使用 Python 中的 VS Code 进行 REMOTE-SSH 开发 - 挂起并显示 "starting Jupyter server"

python - 如何为Python指定虚拟环境

visual-studio-code - 在 Chromebook 上找不到 VSCode 远程 SSH 命令

html - Live Server 扩展不会使用 WSL2 自动重新加载

windows - 我可以在运行Windows/WSL2的远程主机上的容器中使用VS Code进行开发吗?

python - 如何在VS Code中分离Python调试器并让代码完成运行?

visual-studio-code - 使用远程 ssh 扩展时,VSCode 无法安装扩展远程 ssh 服务器

c++ - 如何在 Visual Studio Code 中为 Linux 设置 Windows 子系统中的包含路径

docker - 如何处理VSCode Remote dev容器中的多个 `network_mode`?