Problem
解决服务器开发环境在远程(不支持ssh),没办法使用qoder的问题
Solution
新增对VSCode remote tunnel的支持
当前vscode remote tunnel存在bug
[2026-06-16 03:03:16] info [rpc.1] Checking /root/.vscode/cli/servers/Stable-20d7181814dc1d4b692c8bcddc2f27d05f66bf4c/log.txt and /root/.vscode/cli/servers/Stable-20d7181814dc1d4b692c8bcddc2f27d05f66bf4c/pid.txt for a running server...
[2026-06-16 03:03:17] error [rpc.1] Error installing server: error requesting https://update.code.visualstudio.com/commit:20d7181814dc1d4b692c8bcddc2f27d05f66bf4c/server-linux-x64/stable: 404 Not Found
这意味着 commit 20d7181814dc1d4b692c8bcddc2f27d05f66bf4c 对应的 VS Code Server 在微软的 CDN 上不存在。这种情况通常是你本地 VS Code 的版本太旧,CDN已经被清理掉了
Use Case
When would you use this?
Priority
-
High - Blocking issue -
Medium - Important improvement -
Low - Nice to have
Additional Info
(Optional: screenshots, examples, links)