We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c3bf6 commit 4dad260Copy full SHA for 4dad260
package.json
@@ -25,7 +25,7 @@
25
"title": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} blame",
26
"actionItem": {
27
"label": "Blame",
28
- "description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations",
+ "description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations${!config.git.blame.decorateWholeFile && \" on selected lines\" || \"\"}",
29
"pressed": "config.git.blame.lineDecorations",
30
"iconURL": "https://raw.githubusercontent.com/sourcegraph/sourcegraph-git-extras/63dd95962c43b95b3f3a9ea2aa0165d6b38a958c/icon/git_logo.svg?sanitize=true"
31
}
0 commit comments