this post was submitted on 08 Oct 2023
562 points (89.5% liked)

Programmer Humor

19315 readers
1 users here now

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.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ethab83@sh.itjust.works 17 points 1 year ago (1 children)

It is, but the lack of official Microsoft extensions makes life a little harder

[–] HurgletOfficial@lemmy.basedcount.com 19 points 1 year ago (1 children)

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

[–] tostiman@sh.itjust.works 5 points 1 year ago (2 children)

Some MS addons still don't work if you do that, last time I tried

[–] HurgletOfficial@lemmy.basedcount.com 3 points 1 year ago (1 children)

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

[–] tostiman@sh.itjust.works 11 points 1 year ago (1 children)

IIRC VSCode contains some proprietary, closed source binaries and VSCodium does not. So maybe the MS addons need those binaries

[–] skarn@discuss.tchncs.de 1 points 1 year ago

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.

[–] skilltheamps@feddit.de 3 points 1 year ago

The most unfortunate of which for me is remote development. So convenient, nothing compares :(