File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 [
2828 " git.blame.decorations"
2929 ],
30- " ${((! config.git.blame.decorations || config.git.blame.decorations === 'none') && 'line ') || (config.git.blame.decorations === 'line ' && 'file ') || 'none '}" ,
30+ " ${(config.git.blame.decorations === 'line' && 'file ') || (config.git.blame.decorations === 'file ' && 'none ') || 'line '}" ,
3131 null
3232 ],
3333 "category" : " Git" ,
34- "title" : " ${((! config.git.blame.decorations || config.git.blame.decorations === 'none') && 'Show blame for selected lines ') || (config.git.blame.decorations === 'line ' && 'Show blame for the whole file ') || 'Hide blame'}" ,
34+ "title" : " ${(config.git.blame.decorations === 'line' && 'Show blame for the whole file ') || (config.git.blame.decorations === 'file ' && 'Hide blame') || 'Show blame for selected lines '}" ,
3535 "actionItem" : {
3636 "label" : " Blame" ,
37- "description" : " ${((! config.git.blame.decorations || config.git.blame.decorations === 'none') && 'Show Git blame line annotations on selected lines ') || (config.git.blame.decorations === 'line ' && 'Show Git blame line annotations for the whole file ') || 'Hide Git blame line annotations'}" ,
37+ "description" : " ${(config.git.blame.decorations === 'line' && 'Show Git blame line annotations for the whole file ') || (config.git.blame.decorations === 'file ' && 'Hide Git blame line annotations') || 'Show Git blame line annotations on selected lines '}" ,
3838 "pressed" : " (config.git.blame.decorations === 'line') || (config.git.blame.decorations === 'file')" ,
3939 "iconURL" : " https://raw.githubusercontent.com/sourcegraph/sourcegraph-git-extras/63dd95962c43b95b3f3a9ea2aa0165d6b38a958c/icon/git_logo.svg?sanitize=true"
4040 }
You can’t perform that action at this time.
0 commit comments