From 4298c7194b290149845421d5bd47276bd977aa15 Mon Sep 17 00:00:00 2001 From: Scott Severance Date: Mon, 19 Jun 2023 11:20:06 -0400 Subject: [PATCH] Add the blame keyword for improved findability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30fb495..77425e0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "commands": [ { "command": "annotator.annotate", - "title": "Annotate the Current File or the File Before the Commit (if on Commit Diff)", + "title": "Annotate (Blame) the Current File or the File Before the Commit (if on Commit Diff)", "category": "Annotator" }, {