当前位置:网站首页>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”
边栏推荐
- [开发杂项][调试]debug into kernel
- 深度学习理论——过拟合、欠拟合、正则化、优化器
- 基于BiGRU和GAN的数据生成方法
- How to get started with MOOSE platform - an example of how to run the official tutorial
- C语言数组的深度分析
- 深度学习,“粮草”先行--浅谈数据集获取之道
- MySQL批量修改时间字段
- [Copy Siege Lion Log] Flying Pulp Academy Intensive Learning 7-Day Punch Camp-Study Notes
- MNIST手写数字识别 —— Lenet-5首个商用级别卷积神经网络
- MNIST handwritten digit recognition, sorted by from two to ten
猜你喜欢
随机推荐
Amazon Cloud Technology Build On 2022 - AIot Season 2 IoT Special Experiment Experience
详解近端策略优化
arm-2-基础阶段
抽象类、内部类和接口
file permission management ugo
IDEA创建Servlet步骤
亚马逊云科技Build On-Amazon Neptune基于知识图谱的推荐模型构建心得
[开发杂项][调试]debug into kernel
度量学习(Metric learning、损失函数、triplet、三元组损失、fastreid)
tmux概念和使用
CSDN spree -- college round table spree
迅雷关闭自动更新
如何成长为高级工程师?
lstm pipeline 过程理解(输入输出)
LeetCode_Nov_5th_Week
MNIST Handwritten Digit Recognition - Building a Perceptron from Zero for Two-Classification
语音驱动嘴型与面部动画生成的现状和趋势
Implementation of CAS lock-free queue
Copy Siege Lions "sticky" to AI couplets
MNIST手写数字识别 —— 基于Mindspore快速构建感知机实现十分类








