this post was submitted on 08 Jan 2025
1085 points (98.1% liked)

Programmer Humor

20743 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fxomt@lemm.ee 2 points 1 month ago* (last edited 1 month ago) (5 children)

I don't think it really matters, but the implication you can write a whole IDE in electron is just insane.

It is pretty pedantic, i agree. I don't want to start an argument about something as pointless as this, though.

[–] LeFrog@discuss.tchncs.de 2 points 1 month ago (4 children)

But aren't the plugins also basically part of the electron app after installing? But I have no idea how electron, vscode and their plugins acrually work.

[–] fxomt@lemm.ee 2 points 1 month ago (3 children)

Not really. there's VSCode itself, and then there's the extensions on top of it. But my main point was how vscode wasn't designed to be an IDE, just a customizable code editor. Like neovim or emacs, you could customize it to the point of being similar to an IDE, but they're still not considered IDEs.

[–] onnekas@sopuli.xyz 5 points 1 month ago (2 children)

So if I ship a version of vscode with a few extensions pre installed I can call it an ide?

[–] kryptonidas@lemmings.world 3 points 1 month ago

Integrated you mean? Into the development environment? 😉

[–] fxomt@lemm.ee 0 points 1 month ago

Fuck, you got me there.