this post was submitted on 20 Apr 2025
77 points (97.5% liked)

Hacker News

1250 readers
221 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

founded 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DacoTaco@lemmy.world 14 points 4 days ago* (last edited 4 days ago) (1 children)

I use vscodium, and let me point out a few things before anyone thinks its a drop in replacement :

  • the store/marketplace is not the same. Due to licencing vscodium is not allowed to access the microsoft vscode marketplace. However, you can change the url to use the official marketplace
  • some extensions ( mostly a few microsoft extensions ) are not allowed to run in vscodium. Think of stuff like the .net debugger
  • vscode has build in addons like the .net debugger, razor support, some c++ syntaxing etc, that vscodium does not have and can not have if you want the official addons

Overall i love vscodium, but for work i cant use it sadly.
Now hobby work is all vscodium

[–] domstoppable@programming.dev 4 points 4 days ago (1 children)

You can modify your product.json to use Microsoft's extension gallery. There are also extensions you can install to do this for and prepackaged binaries that do as well

[–] DacoTaco@lemmy.world 2 points 4 days ago* (last edited 4 days ago)

Yes, you can do that, and i mentioned it too. Hell, i always have vscodium set up like that haha.
However even then you can come across extensions you are not allowed to be install. Ive come across that error a few times, mostly with microsoft extensions