当前位置:网站首页>Miscellaneous [development] [VS Code] remote - SSD retry failed
Miscellaneous [development] [VS Code] remote - SSD retry failed
2022-08-04 06:32:00 【xcy6666】
on server
#reference: https://github.com/microsoft/vscode-remote-release/issues/4743
HASH=2d23c42a936db1c7b3b06f918cde29561cc47cd6
cd ~/.vscode-server/bin/
rm -r ${HASH} && mkdir ${HASH} && cd ${HASH}
wget https://vscode.cdn.azure.cn/stable/${HASH}/vscode-server-linux-x64.tar.gz
tar -zxf vscode-server-linux-x64.tar.gz
mv vscode-server-linux-x64 vscode-server
touch vscode-scp-done.flag
on client
click ‘Retry’ in VSCode window
“remote.SSH.localServerDownload”: “always”
边栏推荐
猜你喜欢
随机推荐
IEEE802.X协议族
counting cycle
抽象类、内部类和接口
Shell脚本执行的三种方式
LeetCode_22_Apr_4th_Week
The Unity of ML - agents interpret parameter Settings
LeetCode_Dec_2nd_Week
Design and implementation of legal aid platform based on asp.net (with project link)
arm-2-基础阶段
jdbc:mysql://localhost:3306/student?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8时报错
剪映专业版字幕导出随笔
多线程顺序输出
No matching function for call to ‘RCTBridgeModuleNameForClass‘
中国联通、欧莱雅和钉钉都在争相打造的秘密武器?虚拟IP未来还有怎样的可能
Install Minikube Cluster in AWS-EC2
The usefulness of bind() system call
LeetCode_Nov_1st_Week
C语言静态变量static的分析
MNIST手写数字识别 —— 从二分类到十分类
Chapter One Introduction









