this post was submitted on 07 Oct 2023
370 points (89.5% liked)

Linux

47368 readers
1011 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I get that it's open source provided you use codium not code but I still find that interesting

you are viewing a single comment's thread
view the rest of the comments
[–] redcalcium@lemmy.institute 4 points 11 months ago

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.