Bootstrap

VS Code远程连接失败,Error: Running the contributed command: ‘_workbench.downloadResource‘ failed解决方法

https://vscode.cdn.azure.cn/stable/$COMMIT_ID/vscode-server-linux-arm64.tar.gz

1、其中$COMMIT_ID为远程连接服务器的目录:~/.vscode-server/bin/,下的文件夹名,如3866c3553be8b268c8a7f8c0482c0c0177aa8bfa

选择远程连接的服务器平台:x64或arm64,vscode-server-linux-x64、vscode-server-linux-arm64

2、文件上传到~/.vscode-server/bin/$COMMIT_ID下,删除该目录下所有文件,使用命令解压下载的文件

tar -xvf vscode-server-linux-x64.tar.gz --strip-components 1

重新链接即可

;