this post was submitted on 08 Oct 2023
563 points (89.0% liked)

Programmer Humor

19197 readers
1101 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
[–] [email protected] 19 points 11 months 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

[–] [email protected] 5 points 11 months ago (2 children)

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

[–] [email protected] 3 points 11 months ago

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

[–] [email protected] 3 points 11 months 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

[–] [email protected] 11 points 11 months ago (1 children)

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

[–] [email protected] 1 points 11 months 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.