8
Still can't decide (programming.dev)
top 13 comments
sorted by: hot top controversial new old
[-] importedreality@programming.dev 3 points 1 year ago

Come to neovim and spend countless hours tweaking your configs when you should be working ๐Ÿ™ƒ

[-] joneskind@lemmy.world 3 points 1 year ago
  • Install VSCode
  • Install all extensions
  • Copy extensions folder
  • Install Codium
  • Move extensions to Codium extensions folder
  • Remove VSCode
[-] vox@sopuli.xyz 1 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

[-] ScandalFan85@feddit.de 1 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.

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

This works until you have debug .NET.

[-] entropicshart@lemmy.world 1 points 1 year ago

Does codium handle updates for the extensions?

[-] Kerb@discuss.tchncs.de 1 points 1 year ago

Is there even a difference, asside from the telemetry?

[-] TechCodecPawx@programming.dev 0 points 1 year ago

VSCodium has limited plugins, but most known ones were available.. Weird logo, some kind of a seaplant?? But I soon dig it..

VSCode has all the plugins, but with Microsoft's Telemetry as expected.. Cool logo..

Truth: I'm using VSCodium, the absence of Telemetry tends to improve it's overall performance.. I'm beginning to like the logo.. Plugins support has improved, all the plugins I used in VSCode, are now available.. All of it..

[-] axo@feddit.de 1 points 1 year ago

You can add the official microsoft marketplace in a json file and get all the addons :)

[-] nothacking@discuss.tchncs.de 0 points 1 year ago* (last edited 1 year ago)

Vim, nano, micro, emacs... ffs. Your text editor should not be a shell, a file manager, a compiler, a build system or a dependency manager. Do one thing and do it well, a editor that tries to be everything ultimately becomes an inflexible mess. An integrated system often becomes an interdependent system, where you are stuck with a single build system, version control, compiler, or file manager. When these are separate tools, they are interchangeable, one person can use vim, the other nano, a third gedit. One project can use make, a second ninja or meson.

If a project uses VScode, it basically forces everyone else to use it or forces you to maintain two separate build systems. Another option is to only use external tools, but then VScode just becomes an extremely bloated text editor. On my computer, both vim and emacs, start before I can lift my finger from the enter key. The same can't be said about VScode.

[-] shohamc1@sh.itjust.works 0 points 1 year ago
[-] sjpwarren@programming.dev 0 points 1 year ago

Yes, it seems to have everything I need for Go and Python

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

Programmer Humor

19331 readers
38 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