this post was submitted on 06 May 2026
211 points (97.3% liked)

Technology

84397 readers
4162 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 24 comments
sorted by: hot top controversial new old
[–] Smoogs@lemmy.world 6 points 4 hours ago (2 children)

I'm still stumped why anyone tech savvy enough to code is not already on Linux and code berg.

Like outside of any job demanding otherwise that is

[–] AlecSadler@lemmy.dbzer0.com 3 points 1 hour ago

Career software engineer here, love terminal/CLI, hate using a mouse - keyboard shortcuts are king.

Every 3-4 months I try to switch to Linux and I lose 2-3 days trying 5+ distros only to arrive back on my debloated Windows because things just. don't. work.

Shortlist of things that don't work at all or don't work in a performant manner:

  • RDP/ParSec/AnyDesk/RustDesk/xRDP/VNC
  • Customizable window tiling managers
  • Drivers - whether it's my earbuds, my keyboard, my mouse, or other various things - at least one thing doesn't work right
  • Font / display scaling
  • Teams, which I need for some jobs

I really would love to make it work, but every time I try and something comes up and I ask online about how I can address it the answer is typically, "you can't" or "you just need to be OK without that"

[–] DireTech@sh.itjust.works 2 points 1 hour ago

I think you’re seriously overestimating many of the people hired and told to produce code.

[–] LiveLM@lemmy.zip 5 points 4 hours ago

As dumb this change was, companies that fire their employees over this are somehow even dumber.

[–] renegadespork@lemmy.jelliefrontier.net 56 points 11 hours ago (2 children)

I would actually support this if the code was generated by the Copilot plugin, but this is just adding a blanket “Sent from my iPhone” on all code commits wtf.

[–] grue@lemmy.world 13 points 6 hours ago

It's more insidious than that: by adding it to all even when they don't use AI, they give cover to people who are vibe-coding. "Nah man, I totally wrote it myself. VS Code just puts that message on everything."

I'm sure they added it by mistake 🙂

[–] uenticx@lemmy.world 58 points 12 hours ago (1 children)
[–] placebo@piefed.zip 14 points 10 hours ago (1 children)

Afaik, they only remove telemetry and branding. Although they are lagging behind a little, so this change didn't reach vscodium: https://github.com/VSCodium/vscodium/issues/2823

[–] muntedcrocodile@hilariouschaos.com 4 points 6 hours ago (1 children)

Copilot is part of the github extension I believe not base vscode

[–] placebo@piefed.zip 1 points 7 minutes ago

It's part of the git extension, not github, according to https://github.com/microsoft/vscode/pull/310226 My understanding is that there is a separate extension for github: https://github.com/microsoft/vscode/tree/main/extensions/github

In any case, the point is that vscodium is still based on the same source code, and Microsoft can do anything with it.

[–] garretble@lemmy.world 13 points 10 hours ago (5 children)

Beyond VSCodium (which I have switched to since this news), what are everyone’s favorite alternatives that are easy to switch to?

I say easy to switch to because no one is jumping to Vim or whatever on this news. I don’t mean to offend the deeply Linuxed, but they aren’t.

[–] ZoteTheMighty@lemmy.zip 1 points 3 hours ago (1 children)

Unrelated to this, I've been having issues with VSCode, that also showed up in VSCodium. I've been on old school vim with Konsole terminal tiling and honestly I'm not sure if I want to go back anymore. I'm learning new git tools every day, I'm keeping myself decluttered, and I'm wasting less time tinkering.

[–] sloppy_diffuser@sh.itjust.works 1 points 2 hours ago

Vim/Konsole are an Apples to Oranges comparison. Modern TUIs are closer in feature parity. Personally I use Zellij with NeoVim and LazyVim as the base config. If you use an LLM, customization becomes easier.

Personal preferences are personal preferences though if VSCode is working for you.

[–] chisel@piefed.social 15 points 9 hours ago

Lmao, of course nobody is jumping to Vim. We're all on NeoVim now.

[–] violentfart@lemmy.world 5 points 7 hours ago

I may finally give Pulsar a go (a maintained Atom fork).

I really missed Atom when it died.

[–] jcorvera@quokk.au 7 points 9 hours ago (1 children)

Maybe KDE's Kate. It's available for everything with a mouse and keyboard and works just fine. Not as ultra fancy as Codium, but if you need a quick and easy text editor that isn't all Electron bells and whistles... Kate.

[–] KSPAtlas@sopuli.xyz 1 points 7 hours ago

Kate is nice but it's annoying to use with direnv/nix devshells unfortunately

[–] sznowicki@lemmy.world 3 points 8 hours ago

I was many years user of JetBrains stuff. Tried vscode multiple times and last time I checked it was full Microsoft bullshit.

Finally I settled with Zed. It’s amazing. Still has some missing features but overall great experience once you set it all up to your liking.

[–] placebo@piefed.zip 12 points 10 hours ago (1 children)

On the flip side, it pushed me to move away from vscode. Whoever did this, thanks.

[–] prettybunnys@piefed.social 2 points 6 hours ago (1 children)

Genuinely curious, to what?

The plugin ecosystem of vscode is why I’m still here.

[–] sloppy_diffuser@sh.itjust.works 7 points 5 hours ago* (last edited 5 hours ago)

Neovim. Also there for the plugin ecosystem. Some popular feature rich presets, all customizable.

https://www.lazyvim.org/ https://astronvim.com/ https://nvchad.com/

Quick search suggests Emacs is the only other major rival to VSCode/Neovim so you're stuck with a TUI or a VSCode fork for a rich plugin ecosystem (non-athoritive statement, 30s web search).