this post was submitted on 04 Jun 2025
784 points (100.0% liked)

Programmer Humor

24730 readers
1631 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
[–] [email protected] 1 points 4 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 4 weeks ago

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

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

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