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

  • @flashgnash@lemm.eeOP
    link
    fedilink
    62 years 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
        12 years 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
        22 years 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