this post was submitted on 07 Oct 2023
370 points (89.5% liked)
Linux
47952 readers
1873 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
honestly, after atom died and vscode announced it would stop supporting mac, i knew i needed a change. i found i could replace 80% of it with tmux and vim plugins, and some bash tricks. so thats where i am now. it takes commitment for sure
When did vs code announce they would stop supporting Mac?
They are mistaken. Visual Studio for Mac is being retired next year, not vscode. Not the same program...
Good good good good. We just wrote a huge batch of quick start on boarding scripts to set up new devs with a good baseline vs code configuration
It's not. It's Visual Studio that will stop supporting Mac, not VSCode.
eli5, but isn't visual studio code a part of visual studio? or why is it not? or is this like a java/javascript thing where they are named similar because of popularity but have no codebase in common?
Those two are completely different products.
Visual Studio is a full IDE which include full microsoft SDK (C++, .net, etc), while VSCode is a text editor forked from Github's Atom text editor (which was the precursor of the Electron framework), with a javacript editor core called Monaco.
The line is getting blurrier these days, but in general:
with visual studio, you don't need to install anything else in order to build a windows app or a .net app. In comparison, with VSCode, in addition to installing various extensions in order to reach feature parity, you'll need to install the compilers and various libraries separately.
using VSCode as a default text editor is no brainer as it launches in a few seconds. On the other hand, if you set visual studio as a default text editor, merely opening a text file can take significantly long time due to waiting for the ide to initialize.
https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/
Might want to read the article: