当前位置:   article > 正文

vs code连接服务器卡在Downloading with wget_waiting for downloading vs code server

waiting for downloading vs code server

原因

vs code更新后需要重新在服务器上安装对应的新版本,下载新版本时由于无法连接外网,导致一直卡在Downloading with get阶段

 

解决方法:

在能上外网的电脑上手动下载,将commit:后的代码更改为vs code中显示的代码

https://update.code.visualstudio.com/commit:2213894ea0415ee8c85c5eea0d0ff81ecc191529/server-linux-x64/stable

将下载好的文件复制到服务器上,路径一般是/home/username/.vscode-server/bin/*

按照下方的命令手动安装

  1. cd ~/.vscode-server/bin/*/
  2. tar -zxvf vscode-server-linux-x64.tar.gz -C ./
  3. mv vscode-server-linux-x64/* .

安装完后重新用vs code远程连接

 

参考:

https://blog.csdn.net/zhangpeterx/article/details/98093615

 

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号