diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-26 05:01:42 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-26 05:23:03 +0100 |
commit | 2c134943ea079448c0ad6cf7ff3659cdca582c2a (patch) | |
tree | e4160de578313d5b40177ceb83008b7b6b7a820a | |
parent | f530d6ad41747af5f8bb05b337b278cddbac76d9 (diff) |
chore: update deprecated Zed setting
(Was done automatically by Zed.)
-rw-r--r-- | user/zed/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json index faaeb55..8614205 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -50,7 +50,7 @@ "metrics": false }, "features": { - "inline_completion_provider": "none" + "edit_prediction_provider": "none" }, "assistant": { "enabled": false, |