chore(zed): update settings

This commit is contained in:
Stefan Imhoff
2025-03-14 15:45:17 +01:00
parent 3ce1f0873e
commit 4e0e3d43bc

View File

@@ -7,6 +7,10 @@
// custom settings, run the `open default settings` command // custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu. // from the command palette or from `Zed` application menu.
{ {
"telemetry": {
"metrics": false,
"diagnostics": false
},
"features": { "features": {
"edit_prediction_provider": "zed" "edit_prediction_provider": "zed"
}, },