Earlier quoted context omitted.
Hey, Ben. I recently (less than 2 months ago) did an in-depth analysis in the area of license compliance that suggests that Microsoft and many other companies that are shipping Electron apps aren't in compliance with the LGPL. (By all signs, it looks like the Electron project might not even be aware that Electron is subject to the LGPL, though they are. Even Slack, which isn't violating the license appears to be in c…
Assuming this is real and you have the authority to share your work from previous location; you should reach out and contact Microsoft Legal directly. A random engineer on Hacker News is not the proper channel. Link: https://www.microsoft.com/en-us/legal/compliance/sbc/report-...
I switched from VSCode to Zed
301–310 of 440 posts
Re: I switched from VSCode to Zed
#302Earlier quoted context omitted.
Make it opt-in only at welcome page, and we have a deal. (Of course, I know that's never going to happen.)
I really don’t get this attitude. What deal do you mean? You using VS Code? Why not change the setting simply?
But more to the point, I don't understand why one would ever have to edit the file directly when there's already a settings panel that lets you search for a setting using natural language, and get back a list of matching settings. Why doesn't VS Code let you make all the changes from the settings panel, without having to mess with JSON directly?
Re: I switched from VSCode to Zed
#303Earlier quoted context omitted.
> Why not change the setting simply? My default settings are stored in a 11922 line json file. Am I expected to read that entire file to find the setting I'm after? Am I expected to do so when I don't know what the setting is called? The reason you can't simply change the setting is because the setting isn't simple. It's essentially a hidden setting, cloaked behind an ambiguous name in a user-hostile manner.
It's a tool for programmers. Use google + ctrl+f. Not a hill to die on.
Re: I switched from VSCode to Zed
#304Earlier quoted context omitted.
I actually moved to Zed for AI, Claude integration is seamless and the IDE is so fast and crisp. I can use what ever agent I want, when I need them instead of being asked to use Copilot. Except for few language related extensions, I don't have any other extensions on Zed. Which means I worry less about which of those extensions will be sold off to a malware developer. I had more issues with official extensions on VSC…
Could you provide some detail on how you use it (the AI features)?
Configuration -
In external agents - I have Calude Code, Codex CLI, Gemini CLI and a custom agent for Qwen Coder via Llama.cpp [1]
In MCP - I have fetch, brave-search, puppeteer
In LLM Providers - I have configured Llama.cpp, LMStudio and OpenAI (Zed Agent can access models from any of these providers).
Workflow -
When I need LLM assist I mostly use just Claude Code for specific tasks, with thorough scaffolding. One major drawback in using external agents on Zed is that they don't support history[2], Which doesn't impact me much as I use Claude just for individual tasks. I'm not really sure on how well Zed works for someone who 'vibecodes' entire project.
Re: I switched from VSCode to Zed
#305This article (and holiday spare time) made me update and check zed again. I really liked it when I tried it a few months ago, but it failed miserably when doing work on remote code. It would hang, and I couldn't find any diagnostics to debug it's fairly complex remote agent to find out what went wrong. But now it works fine! Remote work is noticeably snappier than via mounting the remote server as a drive, and remote…
Re: I switched from VSCode to Zed
#306Earlier quoted context omitted.
I'd like to attach to this comment to say that we should support smaller companies. It doesn't matter how responsive a big company is if it controls too much surface area of the important technological salients. Large company hegemony of our industry is bad. VSCode, Google Search + Chrome, mobile phone duopoly, Amazon/AWS/MGM/WholeFoods/TeleDoc conglomeration and cross promotion... It doesn't matter. We need more dis…
Fun fact. I do not financially support any restaurant that has a Wall-street ticker. I wish more people would do this. There should be no reason to fund some CEO on Wall-street when we can benefit more by funding local communities. P.S. You have to pay me to use Microsoft products and to engage with Amazon.
Re: I switched from VSCode to Zed
#307I am ahead of this curve, my trajectory was VSCode -> Zed -> Helix. Helix doubles my battery life from 4 to 8 hours compared to Zed. Zed is also on a bad trajectory IMO with the huge amount of updates being pushed constantly.
What is bad exactly about the trajectory? They are constantly adding features and none of feels like bloat, it just happens to be a much younger editor so iteration is rapid. I welcome it compared to the monstrosity that Jetbrains has become.
Re: I switched from VSCode to Zed
#308Earlier quoted context omitted.
Assuming this is real and you have the authority to share your work from previous location; you should reach out and contact Microsoft Legal directly. A random engineer on Hacker News is not the proper channel. Link: https://www.microsoft.com/en-us/legal/compliance/sbc/report-...
This is just attention seeking, hard to imagine that after having worked there their best contact is a random person on HN.
Re: I switched from VSCode to Zed
#309Re: I switched from VSCode to Zed
#310Annoyingly the only hard blocker I have right now is lack of a call-graph navigation widget. In VSCode you can bring up an expandable tree of callers for a function. Somehow I am completely dependent on this tiny little feature for reading complex code!
The annoying thing is: "can't you just use an extension for this?" No, Zed extensions are much more constrained, Zed is not a web browser. And I like it this way! But... My widget...
I also have some performance issues with searching large remote repos, but I'm pretty confident that will get fixed.