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

    • @Melco
      link
      101 year ago

      deleted by creator

    • @[email protected]
      link
      fedilink
      81 year ago

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

      • @[email protected]OP
        link
        fedilink
        71 year ago

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

          • @[email protected]OP
            link
            fedilink
            11 year 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

          • @[email protected]OP
            link
            fedilink
            21 year 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

            • @[email protected]
              link
              fedilink
              2
              edit-2
              1 year 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.