当前位置:网站首页>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”
边栏推荐
- FAREWARE ADDRESS
- [Daily office][shell] Common code snippets
- 关于DG(域泛化)领域的PCL方法的代码实例
- Copy攻城狮的年度之“战”|回顾2020
- MNIST handwritten digit recognition - based on Mindspore to quickly build a perceptron to achieve ten categories
- 文件权限管理 ugo
- arm learning-1-development board
- 深度学习,“粮草”先行--浅谈数据集获取之道
- 【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
- Object.requireNonNull 方法说明
猜你喜欢

文件编辑器

【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记

AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作

target has libraries with conflicting names: libcrypto.a and libssl.a.

Copy Siege Lions "sticky" to AI couplets

【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型

C语言结构体(必须掌握版)

Pytest common plug-in

target has libraries with conflicting names: libcrypto.a and libssl.a.

Shell脚本执行的三种方式
随机推荐
详解近端策略优化
【深度学习日记】第一天:Hello world,Hello CNN MNIST
MNIST手写数字识别 —— ResNet-经典卷积神经网络
C语言静态变量static的分析
基于asp.net的法律援助平台的设计与实现(附项目链接)
亚马逊云科技Build On-Amazon Neptune基于知识图谱的推荐模型构建心得
LeetCode_Nov_3rd_Week
Golang环境变量设置(二)--GOMODULE&GOPROXY
[Daily Office][Miscellaneous][vscode]tab space
文件权限管理 ugo
Shell脚本执行的三种方式
Object.requireNonNull 方法说明
[Daily office][shell] Common code snippets
Copy攻城狮5分钟在线体验 MindIR 格式模型生成
file permission management ugo
counting cycle
Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
Brief description of database and common operation guide
DRA821 环境搭建
强化学习中,Q-Learning与Sarsa的差别有多大?