this post was submitted on 01 Apr 2026
286 points (98.3% liked)

Programmer Humor

30735 readers
1519 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 2 years ago
MODERATORS
 

All of these issues are from today.

you are viewing a single comment's thread
view the rest of the comments
[–] slazer2au@lemmy.world 39 points 1 day ago (2 children)

Just be aware MS did the MS thing of not permitting some plugins to work on non vscode installations like the corporate dicks they are.

[–] xtools@programming.dev 2 points 3 hours ago* (last edited 2 hours ago) (1 children)

true for eg MS' C++ extensions or copilot - they actively block installing and running it on codium, based on some internal "app name" config of the IDE.

there's a workaround for that though. install both codium and vsc, install extensions on vsc, symlink the ".vscode" folder to ". vscode-oss", and edit codium's app info json (forgot filename) to match vsc's (mainly the "app name").

last step needs to be done after each update, but can applied with a script, happy to share if anyone needs it. Just make sure the installed codium- and vsc versions match.

[–] slazer2au@lemmy.world 2 points 3 hours ago (1 children)

Well I don't feel the need to shoot myself in the foot enough to justify learning C++, but it's good to see that a work around exists.

[–] xtools@programming.dev 2 points 2 hours ago

it's fun for microcontrollers, for when you get bored with software and want to venture out into hardware

[–] mizule@lemmy.blahaj.zone 7 points 1 day ago (1 children)

they do? i always just downloaded the .vsix file and installed manually that way.

i'm fairly certain there's also a patch to enable the marketplace properly on vscodium. i think i used it when i still used arch.

Not all addons allow you to download a vsix though.