this post was submitted on 05 Jul 2023
165 points (94.6% liked)

Programmer Humor

19147 readers
1209 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] 57 points 1 year ago (4 children)
  • Install VSCode
  • Install all extensions
  • Copy extensions folder
  • Install Codium
  • Move extensions to Codium extensions folder
  • Remove VSCode
[–] [email protected] 18 points 1 year ago (2 children)

Does codium handle updates for the extensions?

[–] [email protected] 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.

[–] newIdentity 1 points 1 year ago
[–] [email protected] 11 points 1 year ago

This works until you have debug .NET.

[–] [email protected] 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.

[–] [email protected] 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