From b2921bd3fd29368971e0b3891c25e3853fe719d7 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 24 Feb 2025 13:47:11 -0500 Subject: [PATCH] Disable edit predictions in diff/patch files by default (#25291) --- assets/settings/default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/settings/default.json b/assets/settings/default.json index 8183c3d60e..d75e213b52 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1093,6 +1093,7 @@ "tab_size": 2 }, "Diff": { + "show_edit_predictions": false, "remove_trailing_whitespace_on_save": false, "ensure_final_newline_on_save": false },