VSCode内网的Linux server因为无法连接互联网而无法自动升级。 在自动升级失败后,可以: ``` https://update.code.visualstudio.com/commit:{$COMMIT_ID}/server-linux-x64/stable ``` 把下载后的包拷贝到Linux以下目录,并解压包: ``` /home/${user}/.vscode-server/bin/{$COMMIT_ID} ``` 重新连接VSCode。 # 参考 - [VS Code Error: Running the contributed command: ‘_workbench.downloadResource‘ failed](https://debugah.com/solved-vs-code-error-running-the-contributed-command-_workbench-downloadresource-failed-15701/)