From 812a27ea61f9329dcd765b68f1392932c8ce6ff3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 15 May 2025 16:38:49 +0300 Subject: [PATCH] chore(config): updated zed settings Signed-off-by: Ismo Vuorinen --- config/zed/settings.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index b67e860..dc04a0c 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -3,9 +3,10 @@ "metrics": false }, "assistant": { + "always_allow_tool_actions": false, "default_model": { "provider": "copilot_chat", - "model": "claude-3.7-sonnet-thought" + "model": "gpt-4o" }, "version": "2" }, @@ -65,13 +66,9 @@ }, "ui_font_size": 16, "buffer_font_size": 16, - "buffer_font_fallbacks": [ - "JetBrainsMono Nerd Font" - ], + "buffer_font_fallbacks": ["JetBrainsMono Nerd Font"], "edit_predictions": { - "disabled_globs": [ - ".env" - ] + "disabled_globs": [".env", ".env.*"] }, "hour_format": "hour24" }