新版VSCODE无法远程连接Linux服务器

新版VSCODE无法远程连接Linux服务器

https://code.visualstudio.com/docs/remote/faq#_can-i-run-vs-code-server-on-older-linux-distributions

Can I run VS Code Server on older Linux distributions?

Starting with VS Code release 1.99 (March 2025), the prebuilt servers distributed by VS Code are only compatible with Linux distributions that are based on glibc 2.28 or later. These include for example, Debian 10, RHEL 8, or Ubuntu 20.04.

VS Code will still allow users to connect to an OS that is not supported by VS Code (OSes that don't have glibc >= 2.28 and libstdc++ >= 3.4.25) via the Remote - SSH extension, if a sysroot with these required library versions is provided. This approach gives you and your organization more time to migrate to newer Linux distributions.

可以在较旧的Linux发行版上运行VS Code服务器吗?

从VS Code 1.99版本(2025年3月)开始,VS Code分发的预构建服务器仅与基于glibc 2.28或更高版本的Linux发行版兼容。例如,这些发行版包括Debian 10、RHEL 8或Ubuntu 20.04。

如果提供了包含这些必需库版本的sysroot,则VS Code仍将允许用户通过Remote - SSH扩展连接到不受VS Code支持的操作系统(即那些没有glibc >= 2.28和libstdc++ >= 3.4.25的操作系统)。这种方法为您和您的组织提供了更多时间来迁移到较新的Linux发行版。

经测试,使用 VS Code 1.95.3 和 Remote-SSH v0.115.1 可正常连接旧版Linux系统。

相关推荐
暴走十八步15 小时前
PHP+vscode开启调试debug
开发语言·vscode·php
you-_ling16 小时前
IO编程相关知识
c语言·vscode
学嵌入式的小杨同学1 天前
【Linux 封神之路】信号编程全解析:从信号基础到 MP3 播放器实战(含核心 API 与避坑指南)
java·linux·c语言·开发语言·vscode·vim·ux
zhanglianzhao2 天前
Win 11 WSL 配置Claude code 并在VsCode中使用
ide·vscode·编辑器·claude·cladue code
Keying,,,,2 天前
VScode中终端闪退问题
ide·vscode·编辑器
热爱生活的五柒2 天前
如何在vscode中使用Claude code以及插件中配置setting.json无效的解决方法
ide·vscode·编辑器
浩瀚之水_csdn2 天前
vscode中运行html语言
ide·vscode·html
JQLvopkk2 天前
VSCode基础使用
ide·vscode·编辑器
春日见2 天前
docker崩溃,闪退,与vscode断开连接
vscode·docker·容器
一个没有本领的人2 天前
vscode选择了正确的解释器,但终端显示运行的依然为原来的python版本
ide·vscode·python