From ac06ac30b9fa5886d8cd371281bd31d5cf291e0a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 23 Sep 2025 17:55:34 +0100 Subject: [PATCH] chore(settings): enable git blame editor decoration --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 6b51cf1..d85dd42 100644 --- a/settings.json +++ b/settings.json @@ -164,7 +164,7 @@ // MARK: Git // =========================================================================== // - "git.blame.editorDecoration.enabled": false, + "git.blame.editorDecoration.enabled": true, "scm.defaultViewMode": "tree", // // ===========================================================================