当前位置:网站首页>[开发杂项][VS Code]remote-ssd retry failed
[开发杂项][VS Code]remote-ssd retry failed
2022-08-04 05:30: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”
边栏推荐
- Attention Is All You Need(Transformer)
- sbl_init.asm-适合在编辑模式下看
- 周志华机器学习
- MNIST手写数字识别 —— 基于Mindspore快速构建感知机实现十分类
- MNIST手写数字识别 —— 从感知机到卷积神经网络
- 【论文阅读】TransReID: Transformer-based Object Re-Identification
- 【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification
- yoloV5 使用——训练速度慢,加速训练
- 图像合并水平拼接
- Comparison of oracle's number and postgresql's numeric
猜你喜欢

Thunderbolt turns off automatic updates

MNIST手写数字识别 —— 图像分析法实现二分类

【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation

DRA821 环境搭建

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

Lee‘s way of Deep Learning 深度学习笔记

度量学习(Metric learning)—— 基于分类损失函数(softmax、交叉熵、cosface、arcface)

【论文阅读】Anchor-Free Person Search

Use of double pointers

MNIST Handwritten Digit Recognition - Lenet-5's First Commercial Grade Convolutional Neural Network
随机推荐
Copy Siege Lions "sticky" to AI couplets
LeetCode_Nov_5th_Week
Halcon缺陷检测
【论文阅读】TransReID: Transformer-based Object Re-Identification
MNIST Handwritten Digit Recognition - Building a Perceptron from Zero for Two-Classification
浅谈外挂常识和如何防御
投稿相关
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST
MNIST手写数字识别 —— Lenet-5首个商用级别卷积神经网络
MNIST手写数字识别 —— ResNet-经典卷积神经网络
Attention Is All You Need(Transformer)
Qt日常学习
YOLOV4流程图(方便理解)
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
Postgresql snapshot
MNIST手写数字识别 —— 从感知机到卷积神经网络
光条中心提取方法总结(二)
PP-LiteSeg
【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation
LeetCode_22_Apr_2nd_Week