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

  • Greater Than Stupid@dmv.social
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    4
    ·
    9 months ago

    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

      • 🐍🩶🐢@lemmy.world
        link
        fedilink
        English
        arrow-up
        10
        ·
        9 months ago

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

        • Greater Than Stupid@dmv.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 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@lemmy.institute
            link
            fedilink
            arrow-up
            4
            ·
            9 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@lemmy.institute
                link
                fedilink
                arrow-up
                4
                ·
                9 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@beehaw.org
          link
          fedilink
          English
          arrow-up
          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.