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

    • 🐍🩶🐢
      link
      fedilink
      English
      109 months ago

      They are mistaken. Visual Studio for Mac is being retired next year, not vscode. Not the same program…

      • The Quuuuuill
        link
        fedilink
        English
        19 months ago

        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

    • @redcalcium
      link
      89 months ago

      It’s not. It’s Visual Studio that will stop supporting Mac, not VSCode.

      • Greater Than Stupid
        link
        fedilink
        English
        19 months ago

        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?

        • @redcalcium
          link
          49 months ago

          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.

            • @redcalcium
              link
              49 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.

      • Gamma
        link
        fedilink
        English
        2
        edit-2
        9 months ago

        Might want to read the article:

        While the decision has been made to retire Visual Studio for Mac, we remain committed to our developers on Mac with alternatives like the recently announced C# Dev Kit for VS Code and other extensions that will allow you to take advantage of our ongoing investments in .NET development on a Mac.