this post was submitted on 23 Oct 2023
341 points (95.7% liked)
Technology
59314 readers
5725 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't get it. From what I can tell, they added
/etc/apt/sources.list.d/vscode.list
with a third-party MS repository . . . and that's it. You can now dosudo apt install code
and get VS Code installed. If you don't want VS Code, then don't install it. At worst, Microsoft gets a log entry of you downloading the package list every time you dosudo apt update
.I don't really like VS Code, myself, but it's becoming something of an industry standard. Even in environments that are otherwise Linux-based. Lots of my coworkers use it even though we deploy on Linux. Making it easier for students to install is understandable.
I'm also confused, and I say this as someone who uses Debian as their main driver.