“ VS Code 1.86 会导致远程开发功能无法使用 火爆 ”
Visual Studio Code 今日发布的最新版 1.86引入一项严重的破坏性变化,其远程开发服务器工具链最低环境要求的glibc 版本提升为 2.28。 由于Ubuntu 18.04 LTS 使用 glibc 2.27,因此有开发者发现自己升级到 VS Code 新版本后,使用 Remote SSH 无法连接到远程机器。 > https://v2ex.com/t/1013590 对于该问题,目前的解决方案有两种 - 根据对应的发行版,升级至 Ubuntu 20.04 LTS、Debian 10 或 RHEL 8 - 降级到 VS Code 1.85 详情查看官方 FAQ。
每日一言
"<!doctype html> <html lang="Zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex,nofollow"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="renderer" content="webkit"> <title>您请求的文件不存在!</title> <link type="text/css" rel="stylesheet" href="https://www.oick.cn/css/404.css" /> <link rel="shortcut icon" href="http://www.oick.cn/favicon.ico" type="image/x-icon" /> </head> <body> <div id="wrap"> <div> <img src="https://www.oick.cn/imgs/404.png" alt="404" /> </div> <div id="text"> <strong> <span></span> <a href="javascript:history.back()">返回上一页</a> </strong> </div> </div> <div class="animate below"></div> <div class="animate above"></div> </body> </html>"