报错信息

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. PhpStorm设置FTP功能

    1.版本介绍 本文操作针对PhpStorm 2020.1版本 2.[ctrl + alt + s]打开设置,选择"Build,Execution,Deployment" 3.选择& ...

  2. api网关介绍

    1.什么是网关 API网关是一个系统的唯一入口. 是众多分布式服务唯一的一个出口. 它做到了物理隔离,内网服务只有通过网关才能暴露到外网被别人访问. 简而言之:网关就是你家的大门 2.提供了哪些功能 ...

  3. offline RL | D4RL:最常用的 offline 数据集之一

    pdf:https://arxiv.org/pdf/2004.07219.pdf html:https://ar5iv.labs.arxiv.org/html/2004.07219 GitHub:ht ...

  4. css移动端开发

    ​ 移动端浏览器主要对webkit内核兼容,现在的移动端主要针对手机端开发,移动端碎片化比较严重,分辨率和屏幕尺寸不一 调试方法 谷歌浏览器模拟手机调试 搭建本地web服务器,手机和服务器在同一个局域 ...

  5. org.jetbrains.idea.maven - com.google.inject.CreationException: Unable to create injector, see the following errors-导入maven项目报错

    一.问题由来 最近准备更换Java开发工具,以前是使用Eclipse,现在准备换成号称Java开发神器的IntelliJ IDEA .在同事那里找到安装包后, 安装,导入需要的文件等等,一切都进行得很 ...

  6. npm包(npm install --legacy-bundling) 通过npm-pack-all 打包tgz,放到内网(不联网)nexus发布(npm publish)

    npm包(npm install --legacy-bundling) 通过npm-pack-all 打包tgz,放到内网(不联网)nexus发布(npm publish) 需求 内网不联网,安装指定 ...

  7. 酷呆桌面 CooDesker 桌面整理工具 - 软件推荐

    酷呆桌面 CooDesker 桌面整理工具 - 软件推荐 推荐理由 满足了我对桌面映射到某一目录的需求,这样桌面就真的干净了 免费且没有广告 可进入目录继续延展,双击空白地方返回上一层,非常方便 5M ...

  8. jquery之ajax中文乱码解决方案

    $.ajax({ dataType : 'json',type : 'POST',url : 'http://localhost/test/test.do',data : {id: 1, type: ...

  9. dotNet8 全局异常处理

    前言 异常的处理在我们应用程序中是至关重要的,在 dotNet 中有很多异常处理的机制,比如MVC的异常筛选器, 管道中间件定义try catch捕获异常处理亦或者第三方的解决方案Hellang.Mi ...

  10. Linux 运维工程师面试真题-3-Linux 磁盘及软件管理操作

    Linux 运维工程师面试真题-3-Linux 磁盘及软件管理操作 1.如何添加一块新的 50G 硬盘到 linux 服务器系统作为单独的分区,并正在使用?需要哪些 操作步骤? 2.有个金士顿 U 盘 ...