From 87209651ebc705e1caf1fe150801780b5f61702b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 14 Feb 2025 14:24:20 +0100 Subject: [PATCH] chore(zed): update settings --- config/zed/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/zed/settings.json b/config/zed/settings.json index 3113006..edfb513 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -7,6 +7,9 @@ // custom settings, run the `open default settings` command // from the command palette or from `Zed` application menu. { + "features": { + "edit_prediction_provider": "zed" + }, "assistant": { "default_model": { "provider": "zed.dev",