Oh no, not just my build server, Microsofts build server… Everyones’ Azure build server - (if you’re building on windows)

    • Lucy :3@feddit.org
      link
      fedilink
      arrow-up
      18
      ·
      6 days ago

      Also, VS Code is mid, not even working correctly and definitely not OOB on Linux in my experience, and VS just does not support Linux at all. And is shit anyway.

      • rtxn@lemmy.world
        link
        fedilink
        English
        arrow-up
        19
        ·
        edit-2
        6 days ago

        VS’s built-in .NET debugger is top tier, though. Especially the ability to edit code while it is running.

        • qaz@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          5 days ago

          Rider can do code replacement too and has worked much better in my experience

        • marcos@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          5 days ago

          It would be much better if it stopped missing the version of the code you are working on and locking while starting multithreaded code.

        • Ekky@sopuli.xyz
          link
          fedilink
          arrow-up
          16
          ·
          edit-2
          5 days ago

          Hmmm, the front page looks like they’re trying to sell a LLM code generator with additional QOL to businesses, and not a developer focused IDE or extensible text editor.

          Definitely not something that catches my interest as a developer. Though, I haven’t tried it, so these are just initial impressions from reading their landing page.

          Edit: also, why down vote the above? It appears perfectly relevant to the discussion. If you disagree, why not make a comment about it instead?

          • kamenLady.@lemmy.world
            link
            fedilink
            arrow-up
            5
            ·
            5 days ago

            It’s really good and open source. I used sublime & atom before and it’s pretty much the same experience.

            Is it also because it’s made for mac first?

            • Ekky@sopuli.xyz
              link
              fedilink
              arrow-up
              6
              ·
              edit-2
              5 days ago

              Hadn’t actually noticed it was Mac first before you mentioned it, but no, if it works for Mac, then it likely also works for Linux (and that’s what counts, right?).

              Contrary to my previous statement, I’ve actually tried downloading Zed. The first thing I noticed was the “sign in” in the top right corner. Feels rather unsightly, but no biggie. It appears to redirect to GitHub authorization, after which it fails with a “OAuthCallback”-error. Might be my fault, can’t remember if I’ve disabled or limited unnecessary functionality in GitHub.

              The design feels slick and most options are hidden away or represented by only a small icon with tooltips. It appears that no advanced settings page exists, as nearly everything is handled in JSON (initially thought that a visual settings page must have been hidden away deep down somewhere, but that appears to be wrong).

              Coop programming seems to be a big feature, but I’ll skip that as it appears to need setup.

              Also, the LLM part is not nearly as prominent as their front page makes it out to be, rather feels like an option than a prominent or forced feature, so that’s really nice.

              The included extensions (nice to have them as they’re no given) appear to focus on themes and syntax, can’t find any cross-development nor compilation related extensions which is just fine. Compilation is best handled in the terminal anyway.

              Overall it feels pretty solid, definitely different from the first impressions of their page. Might be even better with more diverse extensions, though, I haven’t looked at the internet for unlisted extensions, and I’m not sure how old the project is (the extensions might just not be made yet).

              There’s also no pop-ups, start pages with all kinds of featured content, nor settings or buttons that grab your attention away from your work (except the login button, perhaps. I would like to see what it looks like once logged in).

              I’m probably missing most features as my GitHub integration fails, but I’m overall positively surprised.

              • kamenLady.@lemmy.world
                link
                fedilink
                arrow-up
                2
                ·
                edit-2
                5 days ago

                It has an integrated Terminal, which works good - made my work with sass on the server a little easier.

                Glad you’re linking it. It never stopped to surprise me with it’s simplicity and absence of forced features.

                Also nightime coding friendly:

                PS: When logged in - you just see your profile pic at the right top, but i still have to integrate a project - until now i’m nothing more than logged in. I Discovered ZED just a few weeks ago.

        • qaz@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          5 days ago

          I still wonder why they decided to write their own UI framework from scratch.