Earlier quoted context omitted.
> VSCode is Android Yes, an open source project that creates immense value, but fails to fulfill some purist fantasy.
Like have a working keyboard?
OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
31–40 of 158 posts
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#32Now 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.
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#33Earlier quoted context omitted.
Why would I switch from vscodium to theia?
Theia is not a fork of vscode (even though it looks like it). It uses VSCode's code editor (Monoco) and is written from the ground up. Presumably allowing it to support extensions, that for example, vscode does not. However, its early days.
Theia has been out for eight years now,
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#34I 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/MEL…
Yes, VSC is less hackable than emacs, but I don't think it's necessarily the same thing. VSC (and others like it) are going for a more streamlined "App Store" experience, while emacs is going for a more DIY/hackable style editor. You can always fetching the VSIX file and sideload it is if the "store" is down though.
Yes, VSC is less "open source" than emacs. if "open sourceness" is a score out of 10 or something. Pretty sure RMS would argue linux is less "open source" than emacs too.
Not sure why this is futile for the VSCodium devs. They are taking a dependency on a service for installing extensions. The solutions is more readonly mirrors for the official OpenVSX endpoint.
If your main archlinux mirror is down, you don't cry about the centralized state of our life. You use a different mirror. You throw in 5 or 10 in case one or two are down. I understand why a company like Microsoft might want a more centralized service to distribute the extensions. But for an open source clone? is Microsoft also expected to create the mirror clone?
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#35I'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.
A good analogy. I always felt a little dirty using VScode. Back to tmux, vim a few months back like it has been for the last 20 odd years.
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#36Earlier quoted context omitted.
A good analogy. I always felt a little dirty using VScode. Back to tmux, vim a few months back like it has been for the last 20 odd years.
How do you run Cline on it
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#37Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#38I 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/MEL…
I’m not sure how this could actually work without a centralized repo.
If I’m going to use VSCode I’ll just use it, I don’t need to play with forks, etc
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#39This is why I've been learning neovim for the past couple weeks - the vscode reliance on Remote SSH extension felt like lock in
Re: OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
#40I 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/MEL…
I feel that you're conflating few concepts, hackability, "open source", single point of failure architectures. Yes, VSC is less hackable than emacs, but I don't think it's necessarily the same thing. VSC (and others like it) are going for a more streamlined "App Store" experience, while emacs is going for a more DIY/hackable style editor. You can always fetching the VSIX file and sideload it is if the "store" is down…
Allowing open source VS Code (ie. VS Code you compiled from Microsoft’s repo) to access extensions would be enough. Nobody is asking Microsoft for more than basic access. It’s does not even require a code changes, just a policy change.
Even Google allows Chrome forks to access the Chrome Store.