this post was submitted on 05 Jul 2023
78 points (100.0% liked)

Programmer Humor

19397 readers
419 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
[–] joneskind@lemmy.world 26 points 1 year ago (4 children)
  • Install VSCode
  • Install all extensions
  • Copy extensions folder
  • Install Codium
  • Move extensions to Codium extensions folder
  • Remove VSCode
[–] entropicshart@lemmy.world 6 points 1 year ago (2 children)

Does codium handle updates for the extensions?

[–] Marxine@lemmy.ml 2 points 1 year ago

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.

[–] copygirl@lemmy.blahaj.zone 5 points 1 year ago

This works until you have debug .NET.

[–] ScandalFan85@feddit.de 5 points 1 year ago* (last edited 1 year ago)

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.

[–] vox@sopuli.xyz 2 points 1 year ago

or just use the vscode marketplace in codium....

you can also just use openvsix, which actually contains everything you'll ever need