zed: disable telemtry

This commit is contained in:
Aly Raffauf 2024-07-30 12:08:27 -04:00
parent 03387d3d4c
commit a2cfbd6ce7

View file

@ -80,8 +80,8 @@
}; };
telemetry = { telemetry = {
diagnostics = true; diagnostics = false;
metrics = true; metrics = false;
}; };
terminal.font_size = 12; terminal.font_size = 12;