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

  • StarkillerX42@lemmy.ml
    link
    fedilink
    arrow-up
    37
    arrow-down
    4
    ·
    9 months ago

    VSCode is an open source IDE. Its biggest rival is the JetBrains suite. When the alternatives are proprietary, VSCode is a win.

      • Fisch@lemmy.ml
        link
        fedilink
        arrow-up
        21
        arrow-down
        1
        ·
        9 months ago

        It contains mostly open source code. The proprietary binary MS distributes adds very little proprietary stuff to it. You can use the open source version Code - OSS just fine or use VSCodium which is based on that

          • Fisch@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            If you’re on Linux, you can download it as a flatpak or if you’re on arch through the package manager. Maybe it’s also in the repositories of other distros but I can’t check that. I also have no idea how to download it on Windows. I would recommend getting VSCodium anyway though. It’s also available as a flatpak, in the AUR and on their website for Windows.

        • Possibly linux@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          9 months ago

          If I was going to use it I would use VScodium.

          How do you know what’s in VScode? Its still proprietary.

      • Fisch@lemmy.ml
        link
        fedilink
        arrow-up
        8
        ·
        9 months ago

        Aren’t those features just telemtry and the plugin store (for which there is an open source replacement btw)

        • flashgnash@lemm.eeOP
          link
          fedilink
          arrow-up
          6
          ·
          9 months ago

          Live share, remoting (running over ssh or other) and settings sync are both absent from codium, they’re the ones I know of

            • flashgnash@lemm.eeOP
              link
              fedilink
              arrow-up
              1
              ·
              9 months ago

              You can obviously SSH from the terminal but unless you use some external solution you can’t open folders on remote machines in the ide

            • flashgnash@lemm.eeOP
              link
              fedilink
              arrow-up
              2
              ·
              9 months ago

              I don’t think so, it runs a client and a server version of VS code so all extensions, settings, debug config etc work on the target machine as if native.

              Seems like a core feature a plugin wouldn’t be able to implement properly

              Obviously you can run ssh in the terminal or you could network mount the filesystem somehow but it’ll be way jankier

              • redcalcium@lemmy.institute
                link
                fedilink
                arrow-up
                2
                ·
                edit-2
                9 months ago

                The moment remote development works with vscodium, I’m going to switch. For now, the FOSS alternative is running code-server on the remote machine, then do ssh port forwarding (or access it via tailscale/zerotier) to access it from a remote machine.

      • StarkillerX42@lemmy.ml
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        9 months ago

        I did for a few years. Eventually I had to switch to VSCode because any given Jetbrains product is only good at a single language, and constantly switching Jetbrains products is a nightmare. Now that I’ve been using VSCode for a while, there are some extension that are so critical to my workflow Jetbrains is virtually useless to me without them.

        • ThatHermanoGuy@midwest.social
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          You’re the second person to say this and it’s just wrong. With the Ultimate Edition, you can install the plugins for whichever languages you want and stick to a single editor without switching.

      • Pieisawesome@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        The jetbrains default hotkeys is in direct conflict to the “typical defaults” for hotkeys you see in the world

      • seitanic@lemmy.sdf.org
        link
        fedilink
        arrow-up
        3
        arrow-down
        2
        ·
        edit-2
        9 months ago

        I had a job that required me to use JetBrains. I would’ve preferred to use VSCode.