Hacker News new | ask | show | jobs
by coldtea 23 days ago
If it uses npm plugins, it's the same crap you get with vscode, just with a rust facade.
2 comments

Zed plugins are wasm / somewhat isolated. LSPs are not sandboxed, but that's a massive reduction - trusting the LSP is far different from trusting arbitrary extensions.

The system is immature but it's directionally correct.

Is helix too minimalist? No js, just rust and tree sitter queries. Full lsp integration and everything just works.