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 04ded49 commit d0d1b06Copy full SHA for d0d1b06
package.json
@@ -23,7 +23,8 @@
23
"title": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} blame",
24
"actionItem": {
25
"label": "Blame",
26
- "description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations"
+ "description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations",
27
+ "pressed": "config.git.blame.lineDecorations"
28
}
29
30
],
0 commit comments