Hacker News new | ask | show | jobs
by brittlewis12 599 days ago
simple as two config options in `.zed/settings.json` (or `~/.config/zed/settings.json`):

``` { "telemetry": { "diagnostics": false, "metrics": false } } ```

for anyone who wants a fast, modern, resource-minimal, gpu-native text editor that is open source.

1 comments

This should be opt-in or at least have a giant red confirmation dialog shown until the user agrees.