563
emacs
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
VSCodium > VSCode
It is, but the lack of official Microsoft extensions makes life a little harder
You can change the extension repository to the official one.
I don't need it tho, I only need Pyright, Python and the catppuccin theme
Some MS addons still don't work if you do that, last time I tried
The most unfortunate of which for me is remote development. So convenient, nothing compares :(
That's weird, AFAIk VSCodium only strips telemetry and changes branding. It shouldn't actively break addon.
Unless they check if they're running inside of the actual MS VSCode, which could explain why they aren't working
IIRC VSCode contains some proprietary, closed source binaries and VSCodium does not. So maybe the MS addons need those binaries
You can get e.g. pylance to work if you trick it:
https://github.com/VSCodium/vscodium/issues/1640
So, at least in that instance, it's just Microsoft being a little petty.