this post was submitted on 01 Feb 2024
8 points (100.0% liked)

Programmer Humor

32069 readers
395 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 7 months ago* (last edited 7 months ago) (1 children)

Very strange, it seems like they have raised their minimum glibc version, but I can't really tell why. Based on the announcement on dropping VS Code server support for older distros posted last August I think it has something to do with NodeJS, so I'm guessing it's because their server-side binary is written in NodeJS as well?

I never really trusted their "sftp a binary to a server and launch it" approach of server-side development, but this really shows how frail that approach can be. Sounds like an excellent time to look for alternatives, in my opinion.

Perhaps VSCodium will be able to get remote development working again? If there's an open source version available, that is. I think there's an unofficial addon?

[–] [email protected] 0 points 7 months ago (1 children)
[–] [email protected] 0 points 7 months ago

They announced dropping the old glibc version half a year ago, so I doubt that's the reason. Besides, most LTS releases backport security fixes like these to old versions, so there's no reason to assume an old version number is vulnerable necessarily.