Skip to content

Commit 4dad260

Browse files
authored
fix: clarify that toggle only works on selected lines (#112)
1 parent 89c3bf6 commit 4dad260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"title": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} blame",
2626
"actionItem": {
2727
"label": "Blame",
28-
"description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations",
28+
"description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations${!config.git.blame.decorateWholeFile && \" on selected lines\" || \"\"}",
2929
"pressed": "config.git.blame.lineDecorations",
3030
"iconURL": "https://raw.githubusercontent.com/sourcegraph/sourcegraph-git-extras/63dd95962c43b95b3f3a9ea2aa0165d6b38a958c/icon/git_logo.svg?sanitize=true"
3131
}

0 commit comments

Comments
 (0)