diff --git a/config/zed/settings.json b/config/zed/settings.json index edfb513..e73a7fd 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -7,6 +7,10 @@ // custom settings, run the `open default settings` command // from the command palette or from `Zed` application menu. { + "telemetry": { + "metrics": false, + "diagnostics": false + }, "features": { "edit_prediction_provider": "zed" },