如何离线安装Windows Remote目标的VSCODE-SERVER

发布于 2025-02-04 00:09:12 字数 489 浏览 4 评论 0原文

我能够在远程Linux目标上脱机安装VSCODE-SERVER的类似答案,但是我找不到Windows如何执行此操作。在VSCODE-REMOTE-SSH的官方页面上远程/ssh ,它表明,遥控器的系统要求使用官方OpenSSH服务器支持Windows 10/Server 2016/2019(1803+)。因此,我知道我似乎找不到VSCODE-REMOTE-DEV用于下载VSCODE服务器的Windows版本的下载链接。

Linux的下载链接遵循此格式https://update.code.visualstudio.com/commit:qum {commit_id}/server-linux-x64/stable Server-会有特定端点 - 视窗?我尝试了一堆不同的组合,但我什么也没得到。

我还假设有一个不同的下载链接,但是Linux和Windows共享相同的链接似乎很不可能。

任何帮助将不胜感激。我很喜欢在Linux上使用此此此操作,现在我有机会在Windows上使用它。

I've been able to follow similar answers for offline installing vscode-server on remote linux targets but I cannot find out how to do this for windows. On the official page for vscode-remote-ssh https://code.visualstudio.com/docs/remote/ssh, it shows that the system requirements for the remote supports Windows 10 / Server 2016/2019 (1803+) using the official OpenSSH Server. So I know it's possible I just can't seem to find the download link that vscode-remote-dev uses to download the windows version of vscode server.

The download link for linux follows this format https://update.code.visualstudio.com/commit:${commit_id}/server-linux-x64/stable would there be a specific endpoint for server-windows? I've tried a bunch of different combinations but I could not get anything.

I'm also making the assumption that there is a different download link but it seems a very unlikely case that linux and windows share the same link.

Any help would be appreciated. I've enjoyed using this for remote dev on linux and now I've got an opportunity to use it on windows.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟燃烟灭 2025-02-11 00:09:12

不应使用Server-Linux-x64,而是使用server-win32-x64,它将下载VSCODE-SERVER的正确Windows版本。

我确实在这个问题的评论中找到了这一点。 在目标计算机上使用VSCODE中的“远程SSH”,该目标计算机仅允许入站SSH连接

Instead of using server-linux-x64, server-win32-x64 should be used and it will download the correct windows version of the vscode-server.

I did find this in the comments of this question. Using "Remote SSH" in VSCode on a target machine that only allows inbound SSH connections.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文