TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

VSCode Drops Ubuntu 18.04 Support

48 点作者 pschastain超过 1 年前

6 条评论

justin_oaks超过 1 年前
Ubuntu 18.04 is EOL, unless you pay for extended support. How many people are paying for that support?<p>I hope the people complaining about the VSCode incompatibility aren&#x27;t people running EOL software and complaining that other people aren&#x27;t keeping their software compatible with it.<p>I upgraded a number of servers to Ubuntu 20.04 because Ubuntu 18.04 was EOL. I also upgraded my desktop to Debian 12. ;-)
评论 #39256240 未加载
评论 #39270783 未加载
wkat4242超过 1 年前
Can&#x27;t you just keep using the old version? It&#x27;s pretty much feature complete after all<p>Edit: yes the article mentions it so it&#x27;s not nearly as bad as suggested IMO. If you&#x27;re on an os from 2018 you&#x27;re clearly not really dependent on the latest versions of everything.<p>In the mean time you could start working on the OS upgrade.<p>I don&#x27;t really understand the wish for old versions in the Linux world. I use BSD myself which doesn&#x27;t have this coupling.. You can be on a stable OS but have rolling cutting-edge packages. Pretty ideal for me.
评论 #39255319 未加载
评论 #39255105 未加载
kaelinl超过 1 年前
This messed with me too. At work our primary development environment is a farm of older CentOS machines. They all lost support with this vscode upgrade. It probably impacts hundreds of people. I had to send out instructions to downgrade and pin your vscode version while we look for a workaround.<p>I get that it isn&#x27;t entirely within the vscode team&#x27;s control (Electron chose to make the switch), but even then, it really interferes with a lot of people&#x27;s daily development needs. These systems aren&#x27;t particularly old or out of support.
评论 #39257171 未加载
评论 #39255892 未加载
评论 #39257589 未加载
评论 #39255807 未加载
asdaq1312512超过 1 年前
Just to double-check - does this mean Ubuntu 18.04 cannot be a VSCode remote target anymore?<p>&gt; VS Code 1.86 (aka the ‘January 2024’ update) saw Microsoft bump the minimum build requirements for the text editor’s popular remote dev tools to ≥glibc 2.28 — but Ubuntu 18.04 LTS uses glibc 2.27, ergo they no longer work.
评论 #39254568 未加载
ekimehtor超过 1 年前
Is it not possible to just update glibc ?<p><a href="https:&#x2F;&#x2F;sourceware.org&#x2F;glibc&#x2F;sources.html" rel="nofollow">https:&#x2F;&#x2F;sourceware.org&#x2F;glibc&#x2F;sources.html</a>
评论 #39256032 未加载
orf超过 1 年前
This is the PR that bumps it[1]. The issue appears to be NodeJS 16 reaching EOL.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;vscode-linux-build-agent&#x2F;issues&#x2F;41">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;vscode-linux-build-agent&#x2F;issues...</a>