Live data from Hacker News

The Zed Debugger Is Here

zed.dev

131–140 of 211 posts

Re: The Zed Debugger Is Here

#131

> To simplify the setup process, we've introduced locators, a system that translates build configurations into debug configurations. Meaning that you can write a build task once in tasks.json and reference it from debug.json — or, even better, rely on Zed's automatic configuration. Does that work if my build is Docker based?

Sorta. IIRC you would need to make a version of your container that serves DAP on a port for the editor to connect to?

Re: The Zed Debugger Is Here

#132
post #115

Earlier quoted context omitted.

> Also very much depends on the business and specific company. In my banking mega corp, no AI is even allowed to be used This is a huge thing tbh. I don't like these AI things in general so I wouldn't use them anyway, but I just can't imagine going to my clients and asking them, "Hey is it okay with you if I routinely upload all your code to these random American venture-backed start-ups?". And I really can't imagine…

You can use local LLMs.

Is that what Zed's integration does by default?

In any case, what I see most people doing is integrating it with Claude/Copilot/etc. The security concerns specifically obviously don't apply when running it locally.

Re: The Zed Debugger Is Here

#133
post #91
post #72

Earlier quoted context omitted.

I'm genuinely happy it works for you. I just don't want AI in my text editor, even if you're happy with it.

I suspect you’ll be an extreme minority. I won’t go near a code editor anymore without AI integrated deeply.

I suspect GP will not be an extreme minority.

Re: The Zed Debugger Is Here

#134
post #94

For some reason I've found myself wanting a "lighter VS Code" lateley, which is ironic considering I used VS Code for the past 10 years because it is so lightweight. So I've wanted to try out Zed, but it's just ... weird to go back to a closed source editor, especially one that's so focused on imitating copilot, which seems like an odd feature to shift most focus on.

Am I missing someone, or didn't they go open source last year? https://zed.dev/blog/zed-is-now-open-source

Ah right, you're right.

It's that it doesn't have an installer for Windows. That's what I was stuck on.

I could just build it... I guess.

Re: The Zed Debugger Is Here

#137
post #117

Earlier quoted context omitted.

they are not intrusive but their entire focus changed on that instead of other features. Entire Git view feels abandoned in half done state yet they spent entire month working on AI chats, AI agents, their own AI edit (that's priced 20 per month yet they boast how light and performant it is -- why isn't it free local model then and why its priced worse than copilot?) They're moving from "making awesome code editor" i…

The fact that they have released both features within 3 months of each other is mind boggling. Their development velocity is insane. These are not trivial features. Give them some time to polish, jeez.

Copying a buffer into a network call, reading a response, writing the buffer. Not trivial per se, but table stakes for an experienced developer.

Rust probably slows them down here, but working correctly early is preferable imho.

Re: The Zed Debugger Is Here

#138

Earlier quoted context omitted.

I didn't tried Zed in a while, are really intrusive the AI features? Can't it be just disabled with some configuration?

they are not intrusive but their entire focus changed on that instead of other features. Entire Git view feels abandoned in half done state yet they spent entire month working on AI chats, AI agents, their own AI edit (that's priced 20 per month yet they boast how light and performant it is -- why isn't it free local model then and why its priced worse than copilot?) They're moving from "making awesome code editor" i…

I suspect their previous “collab editing” marketing angle was probably not a big enough draw. AI features seem to be desired by more people, or at least the hype cycle currently says so.

Re: The Zed Debugger Is Here

#139
post #42

Earlier quoted context omitted.

Me too. I don't want AI, and if it's there, I want to be able to completely remove it. Zed is forcing it, so I'm staying on VSCodium.

What's forcing AI in Zed though? agent.enabled = false and it's gone, no?

Probably also requires an api key, no? So would be difficult to force.

I have a firewall, OpenSnitch, so don’t have to worry much about programs trying to connect. But definitely would prefer they don’t unless directed.

How does zed handle it?

Re: The Zed Debugger Is Here

#140
post #84
post #40

I was interested in Zed, but lost all interest when they started integrating "AI". I'm tired of "AI" everywhere. I'll just stick with Neovim until something better comes around. Which probably won't happen until after the "AI" bubble bursts.

[flagged]

Separate tools that do one thing well, works better sometimes.

E.g. editors often integrate a terminal and file manager. I already have them open constantly, so have never used the integrated versions.

Post reply on HN