diff options
| author | silly <u65487754@gmail.com> | 2026-03-27 02:18:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-27 02:18:13 +0100 |
| commit | 399577a26c820c3dbe72c5d1dfbfe5ffd13b4dc5 (patch) | |
| tree | ec515859f2d4291539e0eb128f66ec741520f79b | |
| parent | 58b1ef0bd449d45c75787d8e88e0dbc3fff34fcd (diff) | |
Update settings.json
| -rw-r--r-- | .config/zed/settings.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json index faf8fea..c7c7304 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -1,4 +1,11 @@ { + "telemetry": { + "diagnostics": false, + "metrics": false + }, + "session": { + "trust_all_worktrees": true + }, "scrollbar": { "show": "never" }, |
