TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenVSX, which VSCode forks rely on for extensions, down for 24 hours

249 pointsby aaronvg23 days ago

20 comments

fr4nkr22 days ago
I noticed this the other day when I installed VSCodium on my new Windows box. I had a functional setup for <i>one day</i>, then the next day I couldn&#x27;t install a language extension I direly needed.<p>It&#x27;s left a very sour taste in my mouth. I&#x27;ve used Emacs for ages and despite being a much more niche editor, it&#x27;s never been so hard-dependent on centralized repositories, and the centralized repositories it does have (ELPA&#x2F;MELPA) are apparently a lot more reliable than OpenVSX. Installing Emacs packages manually from source is a breeze, doing so with VSC is masochistic.<p>VSC is not really &quot;open source&quot; in any meaningful sense. It is just plainly unusable if you don&#x27;t do things the way Microsoft wants you to. I do respect the VSCodium devs for trying to make VSC more properly open, but it does feel like a futile effort.
评论 #43788500 未加载
评论 #43787874 未加载
评论 #43791082 未加载
评论 #43789095 未加载
评论 #43791599 未加载
评论 #43788711 未加载
评论 #43789447 未加载
评论 #43790597 未加载
joshstrange23 days ago
I&#x27;m sure some (many?) will disagree with me but:<p>VSCode is Android. Or rather, VSCode&#x27;s source is AOSP and the marketplace, plugins, etc are Google Play Services.<p>I say that with maximum derision.
评论 #43787515 未加载
评论 #43787085 未加载
评论 #43787025 未加载
评论 #43787837 未加载
评论 #43787725 未加载
评论 #43795156 未加载
exceptione23 days ago
There is not much to see on a server that is down, so let me share some free advice instead.<p>Visit Eclipse Theia in the mean time when you are serious about de-risking from VSCode. I think VSCodium is doing an uphill battle here, while Microsoft can&#x27;t help them self being a sales company first. In Theia, everything is open and free of spyware. MS is under no obligation to provide an OSS editor, but playing tricks after luring people in is not nice.<p>EDIT:<p>1. Eclipse Theia is a different platform than Eclipse the Java IDE.<p>2. link: <a href="https:&#x2F;&#x2F;theia-ide.org&#x2F;#theiaidedownload" rel="nofollow">https:&#x2F;&#x2F;theia-ide.org&#x2F;#theiaidedownload</a>
评论 #43793016 未加载
评论 #43786331 未加载
评论 #43788108 未加载
评论 #43791114 未加载
评论 #43788171 未加载
评论 #43787828 未加载
评论 #43787126 未加载
0xbadcafebee22 days ago
Open Source projects used to all be hosted on hundreds of random mirrors. The hosting of which was free and donated, because it was just an HTTP&#x2F;FTP&#x2F;RSYNC directory on a file server in a closet in some corporation or university. Didn&#x27;t even need to be reliable, as there were hundreds of mirrors. Linux distributions, and some very old projects, are still maintained this way.<p>Nowadays you <i>must</i> have a flashy website. You <i>must</i> host everything on a single managed VCS provider, or a programming package ecosystem hoster. You <i>must</i> depend on corporations to give you free things, in exchange for you giving them everything about you (otherwise you <i>must</i> pay out of pocket for everything). You <i>must</i> do what everyone else does.<p>Maybe it&#x27;s impossible to go back to a simpler time. But it&#x27;s not impossible to change the state of things today.
评论 #43794503 未加载
评论 #43794424 未加载
loloquwowndueo23 days ago
Remember vs code is designed to fracture and the forks are an integral part of that. <a href="https:&#x2F;&#x2F;ghuntley.com&#x2F;fracture&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ghuntley.com&#x2F;fracture&#x2F;</a>
评论 #43791261 未加载
评论 #43790629 未加载
评论 #43787016 未加载
john-h-k22 days ago
Lots of vim&#x2F;emacs mentions so I feel obliged to mention Helix (<a href="https:&#x2F;&#x2F;helix-editor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;helix-editor.com&#x2F;</a>). Used neovim for _years_, tried Helix for a few weeks and never looked back
评论 #43791690 未加载
评论 #43791018 未加载
评论 #43791649 未加载
评论 #43792361 未加载
评论 #43789269 未加载
jamisonbryant22 days ago
This right on the heels of the GitLab 17.11 release announcement [0] which mentioned that they added OpenVSX support to their Web IDE. One of the biggest blockers for my team to use the Web IDE&#x2F;GitLab&#x27;s equivalent of &quot;Codespaces&quot; was the lack of extensions support.<p>As developers, we&#x27;re spoiled for widespread (e.g.) vim keybindings support in just about any IDE via extensions. When unable to use it in something like Web IDE, it is very frustrating and makes it less useful as a product.<p>[0]: <a href="https:&#x2F;&#x2F;about.gitlab.com&#x2F;releases&#x2F;2025&#x2F;04&#x2F;17&#x2F;gitlab-17-11-released&#x2F;" rel="nofollow">https:&#x2F;&#x2F;about.gitlab.com&#x2F;releases&#x2F;2025&#x2F;04&#x2F;17&#x2F;gitlab-17-11-re...</a>
评论 #43794618 未加载
gchamonlive22 days ago
Now it&#x27;s as good a time as ever to try out Lazy Vim. Came to it from Lunar Vim and it just works.<p>Working with anything is a breeze.<p>I&#x27;m just not too familiar with refactoring tooling and how to configure it, but there&#x27;s rarely any reason for me to use something more complicated than sed, and in those occasions I can just use ast-grep.
评论 #43788411 未加载
khimaros22 days ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce</a> is an interesting contender in this space
mdaniel22 days ago
I happened to be poking around in their issues to see if there were mirrors and observed that in addition to the linked status page on this thread, the underlying Eclipse Foundation has their own (multiple) status tracking channels<p>most relevant: <a href="https:&#x2F;&#x2F;www.eclipsestatus.io&#x2F;incident&#x2F;549796?mp=true" rel="nofollow">https:&#x2F;&#x2F;www.eclipsestatus.io&#x2F;incident&#x2F;549796?mp=true</a><p>their helpdesk ticket: <a href="https:&#x2F;&#x2F;gitlab.eclipse.org&#x2F;eclipsefdn&#x2F;helpdesk&#x2F;-&#x2F;issues&#x2F;5924#note_3718741" rel="nofollow">https:&#x2F;&#x2F;gitlab.eclipse.org&#x2F;eclipsefdn&#x2F;helpdesk&#x2F;-&#x2F;issues&#x2F;5924...</a><p>the issue in their GitHub issue tracking for the site: <a href="https:&#x2F;&#x2F;github.com&#x2F;EclipseFdn&#x2F;open-vsx.org&#x2F;issues&#x2F;3805">https:&#x2F;&#x2F;github.com&#x2F;EclipseFdn&#x2F;open-vsx.org&#x2F;issues&#x2F;3805</a><p>the tl;dr seems to be a massive storage failure affecting a bunch of Eclipse services, and just like any storage problem putting all the bytes back is some &quot;please wait&quot;
throwaway4216722 days ago
Worth noting that you can configure VSCodium to use Microsoft&#x27;s extension repo, and you can even trick extensions into thinking VSCodium is VSCode. It just can&#x27;t be distributed that way out of the box for legal reasons.
评论 #43789207 未加载
Havoc22 days ago
This is why I&#x27;ve been learning neovim for the past couple weeks - the vscode reliance on Remote SSH extension felt like lock in
评论 #43788725 未加载
评论 #43789362 未加载
jononor22 days ago
What are good, open source, alternatives to VS Code? That are modern IDEs with decent support for frontend, backend, data science, and embedded (possibly via extensions)? That mostly work out of the box, without having to set up and configure NN things.
评论 #43792627 未加载
评论 #43796262 未加载
Dwedit22 days ago
Yeah, the problem with centralized hosting is that the host can go down. Something like IPFS&#x2F;IPNS could act as a decentralized backup plan.
wejick22 days ago
Dozens of AI powered IDE forked from VSCode impacted. Now is the right time for better managed openVSX, more collaborative efforts.
thomond22 days ago
Surely you can download the extension from a mirror and install it manually(ie the &quot;old fashioned way&quot;)?
评论 #43793988 未加载
Spunkie22 days ago
I&#x27;m partial to running Code - OSS and patching it with the aur&#x2F;code-features and aur&#x2F;code-marketplace.
rnd022 days ago
Basically we&#x27;ve seen this movie before -look at the trajectory OSX took. As far as I know, it&#x27;s not really possible to build a useable pure darwin installable OS. Puredarwin itself is stuck in whatever was released in 2018 or earlier.<p>Like Darwin, there may be an &#x27;open&#x27; skeleton that vscode hangs upon, but all of the things that make it useful and attractive are being increasingly pulled behind paywalls.<p>I&#x27;m pretty sure most of us saw this coming a mile away. I&#x27;ve played a little with VS Code here and there but never put a lot of time into it because I&#x27;d rather invest my time in things I know will be here in 2035 -like vim&#x2F;neovim.
rvz23 days ago
Looking forward to the post-mortem of this outage.<p>#hugops
zoobab22 days ago
Use Torrent, not HTTP.