新版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系统。

相关推荐
IOT那些事儿7 小时前
Qt5 VSCode调试
c++·vscode·mingw·qt5
SilentSamsara8 小时前
标准库精讲:collections/itertools/functools/pathlib 实战
开发语言·vscode·python·青少年编程·pycharm
2501_9151063211 小时前
在Mac上搭建iOS开发环境的详细步骤与注意事项
ide·vscode·macos·ios·个人开发·swift·敏捷流程
鸿_H12 小时前
杂记11---ubuntu2204环境vscode/cursor切换中文输入法
vscode·cursor·ubuntu2204
SilentSamsara12 小时前
Python 并发基础:threading/GIL 与 multiprocessing 的选型逻辑
服务器·开发语言·数据库·vscode·python·pycharm
shmily麻瓜小菜鸡12 小时前
在 VSCode 里遇到报红是因为 Angular 编译器无法识别
ide·vscode·angular.js
非黑皆白12 小时前
配置Vscode Claude Code 插件使用deepseek-v4-pro模型
ide·vscode·编辑器
Gary Studio12 小时前
Git vscode 插件推荐
ide·git·vscode
芝士就是力量啊 ೄ೨12 小时前
VSCode如何配置Python开发环境
ide·vscode·python
SilentSamsara12 小时前
Python 内存管理:引用计数、循环垃圾回收与内存泄漏排查
开发语言·vscode·python·青少年编程·pycharm