this post was submitted on 05 Jul 2023
168 points (94.7% liked)
Programmer Humor
19463 readers
263 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Does codium handle updates for the extensions?
As long as the same extensions exist in its repositories, yes. VSCodium has its own extension marketplace though, many of the most used can be easily found there.
Nope
This works until you have debug .NET.
You can also download the *.vsix file of the desired extension from either Github or Microsoft's extension marketplace and install it manually by clicking on "Install from VSIX" in the Extensions menu.
This obviously doesn't solve the update problem and it is also questionable if this is in terms with the "Microsoft Terms of Use" of the extension.
or just use the vscode marketplace in codium....
you can also just use openvsix, which actually contains everything you'll ever need