this post was submitted on 08 Jan 2025
1066 points (98.0% liked)

Programmer Humor

20013 readers
435 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
[โ€“] GammaGames@beehaw.org 10 points 1 week ago (1 children)

Seems unnecessarily pedantic ๐Ÿคท

[โ€“] fxomt@lemm.ee 2 points 1 week ago* (last edited 1 week ago) (1 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 week ago (1 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 week ago (1 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 week ago (2 children)

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

Integrated you mean? Into the development environment? ๐Ÿ˜‰

[โ€“] fxomt@lemm.ee 0 points 1 week ago

Fuck, you got me there.