Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    1
    ·
    2 months ago

    So they’re doing the equivalent of VSCode(ium)'s extensions, but installing them automatically and not giving you the option to use alternatives?

    Blegh.

    • aaro@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      2 months ago

      I think they auto install some binaries like nodejs that are required for baseline functionality, but have a popup window for additional language LSPs

      • hswolf@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        what if I wanted to use deno or bun? I don’t think that should be their decision to install “default” stuff that have alternatives

        I’m all for their improvement tho

        • aaro@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          2 months ago

          I don’t see your point? Nodejs is installed in a custom directory and not added to PATH. It is used by Zed for providing npm support for extensions, and other things. I’m not a Zed developer so I don’t know exactly.

          It doesn’t prevent you from using deno or bun in any way.

          • hswolf@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            I see, that’s greatif it is only locally installed and used, messing with PATH could, probably, break stuff like nvm or others