|
|
|
|
|
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. |
|