From 4e0e3d43bca5605741db7b3a421b330c449d3c71 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 14 Mar 2025 15:45:17 +0100 Subject: [PATCH] chore(zed): update settings --- config/zed/settings.json | 4 ++++ 1 file changed, 4 insertions(+) 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" },