April 24th, 2025

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

The Eclipse Foundation is facing maintenance issues affecting multiple services, including the homepage and APIs, due to backend storage problems. They are actively working to resolve these issues.

Read original articleLink Icon
FrustrationDisappointmentSkepticism
OpenVSX, which VSCode forks rely on for extensions, down for 24 hours

The Eclipse Foundation is currently experiencing maintenance issues, with several services, including the homepage and various APIs, down as of April 24, 2025. The last update indicated that the organization is addressing a problem with their backend storage that is hindering the proper startup of services. This situation has been ongoing, with previous incidents noted, and the foundation has provided updates on the status of the services.

- Eclipse Foundation services are currently down due to maintenance.

- The issue is related to backend storage problems.

- The last update was provided on April 24, 2025.

- Multiple services, including the homepage and APIs, are affected.

- The foundation is actively working to resolve the issues.

AI: What people are saying
The comments reflect a mix of frustration and suggestions regarding the ongoing issues with Eclipse Foundation services and the reliance on centralized repositories for tools like VSCodium and VSCode.
  • Many users express dissatisfaction with the dependency on centralized services, highlighting the challenges faced when these services go down.
  • Alternatives to VSCode, such as Eclipse Theia, Helix, and Lazy Vim, are recommended as more reliable options.
  • Some commenters discuss the potential for decentralized solutions to mitigate the risks associated with centralized hosting.
  • There is a shared sentiment that the open-source nature of tools like VSCodium is compromised by their reliance on Microsoft’s ecosystem.
  • Users are eager for updates and solutions from the Eclipse Foundation regarding the current outages.
Link Icon 20 comments
By @fr4nkr - about 18 hours
I noticed this the other day when I installed VSCodium on my new Windows box. I had a functional setup for one day, then the next day I couldn't install a language extension I direly needed.

It's left a very sour taste in my mouth. I've used Emacs for ages and despite being a much more niche editor, it's never been so hard-dependent on centralized repositories, and the centralized repositories it does have (ELPA/MELPA) are apparently a lot more reliable than OpenVSX. Installing Emacs packages manually from source is a breeze, doing so with VSC is masochistic.

VSC is not really "open source" in any meaningful sense. It is just plainly unusable if you don'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.

By @0xbadcafebee - about 1 hour
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/FTP/RSYNC directory on a file server in a closet in some corporation or university. Didn't even need to be reliable, as there were hundreds of mirrors. Linux distributions, and some very old projects, are still maintained this way.

Nowadays you must have a flashy website. You must host everything on a single managed VCS provider, or a programming package ecosystem hoster. You must depend on corporations to give you free things, in exchange for you giving them everything about you (otherwise you must pay out of pocket for everything). You must do what everyone else does.

Maybe it's impossible to go back to a simpler time. But it's not impossible to change the state of things today.

By @joshstrange - about 19 hours
I'm sure some (many?) will disagree with me but:

VSCode is Android. Or rather, VSCode's source is AOSP and the marketplace, plugins, etc are Google Play Services.

I say that with maximum derision.

By @exceptione - about 20 hours
There is not much to see on a server that is down, so let me share some free advice instead.

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'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.

EDIT:

1. Eclipse Theia is a different platform than Eclipse the Java IDE.

2. link: https://theia-ide.org/#theiaidedownload

By @loloquwowndueo - about 20 hours
Remember vs code is designed to fracture and the forks are an integral part of that. https://ghuntley.com/fracture/
By @jamisonbryant - about 2 hours
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/GitLab's equivalent of "Codespaces" was the lack of extensions support.

As developers, we'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.

[0]: https://about.gitlab.com/releases/2025/04/17/gitlab-17-11-re...

By @john-h-k - about 14 hours
Lots of vim/emacs mentions so I feel obliged to mention Helix (https://helix-editor.com/). Used neovim for _years_, tried Helix for a few weeks and never looked back
By @gchamonlive - about 17 hours
Now it's as good a time as ever to try out Lazy Vim. Came to it from Lunar Vim and it just works.

Working with anything is a breeze.

I'm just not too familiar with refactoring tooling and how to configure it, but there's rarely any reason for me to use something more complicated than sed, and in those occasions I can just use ast-grep.

By @khimaros - about 13 hours
https://github.com/lapce/lapce is an interesting contender in this space
By @mdaniel - about 13 hours
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

most relevant: https://www.eclipsestatus.io/incident/549796?mp=true

their helpdesk ticket: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5924...

the issue in their GitHub issue tracking for the site: https://github.com/EclipseFdn/open-vsx.org/issues/3805

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 "please wait"

By @jononor - about 7 hours
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.
By @thomond - about 5 hours
Surely you can download the extension from a mirror and install it manually(ie the "old fashioned way")?
By @Dwedit - about 8 hours
Yeah, the problem with centralized hosting is that the host can go down. Something like IPFS/IPNS could act as a decentralized backup plan.
By @Havoc - about 16 hours
This is why I've been learning neovim for the past couple weeks - the vscode reliance on Remote SSH extension felt like lock in
By @throwaway42167 - about 17 hours
Worth noting that you can configure VSCodium to use Microsoft's extension repo, and you can even trick extensions into thinking VSCodium is VSCode. It just can't be distributed that way out of the box for legal reasons.
By @rnd0 - about 14 hours
Basically we've seen this movie before -look at the trajectory OSX took. As far as I know, it's not really possible to build a useable pure darwin installable OS. Puredarwin itself is stuck in whatever was released in 2018 or earlier.

Like Darwin, there may be an 'open' skeleton that vscode hangs upon, but all of the things that make it useful and attractive are being increasingly pulled behind paywalls.

I'm pretty sure most of us saw this coming a mile away. I've played a little with VS Code here and there but never put a lot of time into it because I'd rather invest my time in things I know will be here in 2035 -like vim/neovim.

By @Spunkie - about 15 hours
I'm partial to running Code - OSS and patching it with the aur/code-features and aur/code-marketplace.
By @zoobab - about 5 hours
Use Torrent, not HTTP.
By @rvz - about 19 hours
Looking forward to the post-mortem of this outage.

#hugops