this post was submitted on 04 Jun 2025
724 points (93.4% liked)

Programmer Humor

24450 readers
82 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
[–] piccolo 1 points 2 weeks ago (2 children)

Im not sure what you are doing but vscode is extremely fast unless you throw a several megabytes data file at it which then it bogs down. But even then, its only at loading the file since it loads the whole thing into memory instead of a buffer.

[–] [email protected] 1 points 2 weeks ago

If it is fast enough for you, then that’s great. You should keep using it.

[–] [email protected] 1 points 2 weeks ago

My laptop definitely prefers Emacs. VSCode is just another electron app after all.