summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-27 02:18:13 +0100
committerGitHub <noreply@github.com>2026-03-27 02:18:13 +0100
commit399577a26c820c3dbe72c5d1dfbfe5ffd13b4dc5 (patch)
treeec515859f2d4291539e0eb128f66ec741520f79b
parent58b1ef0bd449d45c75787d8e88e0dbc3fff34fcd (diff)
Update settings.json
-rw-r--r--.config/zed/settings.json7
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"
},