summaryrefslogtreecommitdiff
path: root/.config/zed/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/zed/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"
},