Skip to content

Commit d0d1b06

Browse files
authored
style: add pressed state to git extras toggle button (#68)
1 parent 04ded49 commit d0d1b06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"title": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} blame",
2424
"actionItem": {
2525
"label": "Blame",
26-
"description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations"
26+
"description": "${config.git.blame.lineDecorations && \"Hide\" || \"Show\"} Git blame line annotations",
27+
"pressed": "config.git.blame.lineDecorations"
2728
}
2829
}
2930
],

0 commit comments

Comments
 (0)