当前位置:网站首页>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”
边栏推荐
- 浅谈外挂常识和如何防御
- 度量学习(Metric learning)—— 基于分类损失函数(softmax、交叉熵、cosface、arcface)
- Tencent and NetEase have taken action one after another. What is the metaverse that is so popular that it is out of the circle?
- 深度学习理论 —— 初始化、参数调节
- Shell脚本执行的三种方式
- C语言数组的深度分析
- Copy Siege Lion 5-minute online experience MindIR format model generation
- Rules.make-适合在编辑模式下看
- MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程
- LeetCode_Nov_5th_Week
猜你喜欢
随机推荐
jdbc:mysql://localhost:3306/student?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8时报错
剪映专业版字幕导出随笔
度量学习(Metric learning、损失函数、triplet、三元组损失、fastreid)
Copy攻城狮5分钟在线体验 MindIR 格式模型生成
Machine Learning - Processing of Text Labels for Classification Problems (Feature Engineering)
MNIST手写数字识别 —— Lenet-5首个商用级别卷积神经网络
Unity ML-agents 参数设置解明
CAS无锁队列的实现
文件编辑器
[Development miscellaneous][Debug]debug into kernel
基于asp.net的法律援助平台的设计与实现(附项目链接)
MNIST手写数字识别 —— 图像分析法实现二分类
第三章 标准单元库(下)
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST
理想的生活
Cut the hit pro subtitles export of essays
C语言数组的深度分析
MNIST手写数字识别 —— ResNet-经典卷积神经网络
深度学习,“粮草”先行--浅谈数据集获取之道
抽象类、内部类和接口








