报错信息

VSCode无法连接远程服务器,终端一直提醒:

[22:46:01.906] > Waiting for server log...
[22:46:01.936] > Waiting for server log...
[22:46:01.951] >
[22:46:01.967] > Waiting for server log...
[22:46:01.982] >
[22:46:01.999] > Waiting for server log...
[22:46:02.026] >
[22:46:02.045] > Waiting for server log...
[22:46:02.075] > Waiting for server log...

VSCode右下角提示:

VSCode最近更新了一次版本,到了1.86.0,服务器中有个GLIBC库,VSCode1.86.0版本对低于v2.28.0版本的GLIBC不再满足需求。

解决方法:

  1. 回退VSCode版本到1.85版本。
  2. 设置禁止自动更新:VSCode设置中搜索:Update:Mode ,值改为none即可。

各平台1.85.0版本下载链接,点击即可下载:

Download type URL
Windows x64 System installer https://update.code.visualstudio.com/1.85.0/win32-x64/stable
Windows x64 User installer https://update.code.visualstudio.com/1.85.0/win32-x64-user/stable
Windows x64 zip https://update.code.visualstudio.com/1.85.0/win32-x64-archive/stable
Windows x64 CLI https://update.code.visualstudio.com/1.85.0/cli-win32-x64/stable
Windows Arm64 System installer https://update.code.visualstudio.com/1.85.0/win32-arm64/stable
Windows Arm64 User installer https://update.code.visualstudio.com/1.85.0/win32-arm64-user/stable
Windows Arm64 zip https://update.code.visualstudio.com/1.85.0/win32-arm64-archive/stable
Windows Arm64 CLI https://update.code.visualstudio.com/1.85.0/cli-win32-arm64/stable
macOS Universal https://update.code.visualstudio.com/1.85.0/darwin-universal/stable
macOS Intel chip https://update.code.visualstudio.com/1.85.0/darwin/stable
macOS Intel chip CLI https://update.code.visualstudio.com/1.85.0/cli-darwin-x64/stable
macOS Apple silicon https://update.code.visualstudio.com/1.85.0/darwin-arm64/stable
macOS Apple silicon CLI https://update.code.visualstudio.com/1.85.0/cli-darwin-arm64/stable
Linux x64 https://update.code.visualstudio.com/1.85.0/linux-x64/stable
Linux x64 debian https://update.code.visualstudio.com/1.85.0/linux-deb-x64/stable
Linux x64 rpm https://update.code.visualstudio.com/1.85.0/linux-rpm-x64/stable
Linux x64 snap https://update.code.visualstudio.com/1.85.0/linux-snap-x64/stable
Linux x64 CLI https://update.code.visualstudio.com/1.85.0/cli-linux-x64/stable
Linux Arm32 https://update.code.visualstudio.com/1.85.0/linux-armhf/stable
Linux Arm32 debian https://update.code.visualstudio.com/1.85.0/linux-deb-armhf/stable
Linux Arm32 rpm https://update.code.visualstudio.com/1.85.0/linux-rpm-armhf/stable
Linux Arm32 CLI https://update.code.visualstudio.com/1.85.0/cli-linux-armhf/stable
Linux Arm64 https://update.code.visualstudio.com/1.85.0/linux-arm64/stable
Linux Arm64 debian https://update.code.visualstudio.com/1.85.0/linux-deb-arm64/stable
Linux Arm64 rpm https://update.code.visualstudio.com/1.85.0/linux-rpm-arm64/stable
Linux Arm64 CLI https://update.code.visualstudio.com/1.85.0/cli-linux-arm64/stable

远程主机可能不符合glibc和libstdc++ VS Code服务器的先决条件的更多相关文章

  1. 彻底解决VSCode无法远程ssh,提示The remote host may not meet VS Code Server‘s prerequisites for glibc and libstdc++

    彻底解决VSCode无法远程ssh,提示The remote host may not meet VS Code Server's prerequisites for glibc and libstd ...

  2. 如何拯救一台glibc被干掉的Linux服务器

    原文: 如何拯救一台glibc被干掉的Linux服务器? 首先如果 libc.so.6 没有被删除, 直接使用LD_PRELOAD就可以恢复 LD_PRELOAD=/lib64/libc-2.12.s ...

  3. linux下连接到远程主机,用图像界面(想在远程服务器上用cmake)

    1. 需要通过SSH -X username@ip登陆服务器后,再用图形界面,比如用cmake 2.直接用 SSH username@ip命令登陆服务器后,不能用cmake

  4. Visual Studio Code 远程开发探秘

    摘要: IDE新时代! 作者:SHUHARI 的博客 原文:Visual Studio Code 远程开发探秘 Fundebug按照原文要求转载,版权归原作者所有. 在以前的文章 有趣的项目 - 在浏 ...

  5. CentOS安装glibc异常Protected multilib versions

    安装失败 在执行yum install glibc.i686 libstdc++.i686 libcurl.i686安装命令时出现Protected multilib versions 解决方案 在命 ...

  6. 理清gcc、libc、libstdc++的关系

    当你在linux下写C/C++代码的时候,是不是会遇到许多编译链接的问题? 时不时报个glibc,gcc,g++等相关的错误? 很多时候都无从下手,而且比较混乱. 这也是编译链接过程中经常出现的问题. ...

  7. 最香远程开发解决方案!手把手教你配置VS Code远程开发工具,工作效率提升N倍

    文章每周持续更新,原创不易,「三连」让更多人看到是对我最大的肯定.可以微信搜索公众号「 后端技术学堂 」第一时间阅读(一般比博客早更新一到两篇) 今天和大家分享远程开发工具,分享一下我平常是如何用 V ...

  8. Linux命令之远程登录与执行远程主机命令

    实现远程登录的命令 ssh.telnet.rlogin (1)ssh命令 ssh命令是openssh套件中的客户端连接工具,可以给予ssh加密协议实现安全的远程登录服务器.ssh命令用于远程登录上Li ...

  9. 官宣!微软发布 VS Code Server!

    北京时间 2022 年 7 月 7 日,微软在 VS Code 官方博客中宣布了 Visual Studio Code Server! 远程开发的过去与未来 2019 年,微软发布了 VS Code ...

  10. 在Windows下配置Linux远程开发环境

    在Windows下配置Linux远程开发环境 欢迎光临我的个人博客 https://source.chens.life/Configure-Linux-remote-development-envir ...

随机推荐

  1. MySQL汇总数和分组数据

    1.使用SQL语句对数据库表中的数据进行简单的汇总和分组,这里要注意 count(*) 是对表中的所有数据目进行计数,不管表列中包含的是空值还是非空值. 而使用count(column)是对特定的列中 ...

  2. Alt+Space 快速打开切换程序 - Everything - AutoHotKey

    Alt+Space 快速打开切换程序 - Everything - AutoHotKey 需求 电脑切换任务 需要用鼠标找,效率比较低,用快捷键Alt+Space 打开列表,输入指定关键字回车,切换或 ...

  3. SecureCRT windows 登录 linux

    SecureCRT是一款支持SSH(SSH1和SSH2)的终端仿真程序,简单地说是Windows下登录UNIX或Linux服务器主机的软件.SecureCRT支持SSH,同时支持Telnet和rlog ...

  4. day02-MySQL基础知识

    MySQL基本知识 1.数据库 1.1.创建数据库 语法: CREATE DATABASE [IF NOT EXISTS] db_name [create_specification[,create_ ...

  5. Spring JDBCTemplate Query方法查询

    queryspringtypessqldaoemail 近日系统有一个打印采购单的功能,发现连续打印多张后,主机宕机,看了下service和dao层的实现,很繁杂,估计原因主要出在组页面资料的时候,循 ...

  6. 毕设系列之Linux V4L2(图形图像采集篇)

    PS:要转载请注明出处,本人版权所有. PS: 这个只是基于<我自己>的理解, 如果和你的原则及想法相冲突,请谅解,勿喷. 前置说明   本文作为本人csdn blog的主站的备份.(Bl ...

  7. 【个人笔记】Nestjs使用TypeORM注意点

    在Nestjs使用TypeORM还是有一些注意点. entities路径配置注意点 在nestjs中使用TypeORM,需要配置数据库连接(以MySQL为例).需要特别注意的是配置参数里面的entit ...

  8. 为什么ASP.NET Core的路由处理器可以使用一个任意类型的Delegate

    毫不夸张地说,路由是ASP.NET Core最为核心的部分.路由的本质就是注册一系列终结点(Endpoint),每个终结点可以视为"路由模式"和"请求处理器"的 ...

  9. Java博客大汇总

    目录介绍 01.Java基础[30篇] 02.面向对象[15篇] 03.数据结构[27篇] 04.IO流知识[11篇] 05.线程进程[9篇] 06.虚拟机[12篇] 07.类的加载[7篇] 08.反 ...

  10. 记录--啊?Vue是有三种路由模式的?

    这里给大家分享我在网上总结出来的一些知识,希望对大家有所帮助 众所周知,vue路由模式常见的有 history 和 hash 模式,但其实还有一种方式-abstract模式(了解一哈~) 别急,本文我 ...