File tree Expand file tree Collapse file tree 4 files changed +909
-1000
lines changed
Expand file tree Collapse file tree 4 files changed +909
-1000
lines changed Original file line number Diff line number Diff line change 1+ Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
2+ https://git-scm.com/downloads/logos
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://raw.githubusercontent.com/sourcegraph/sourcegraph/master/shared/src/schema/extension.schema.json" ,
23 "name" : " git-extras" ,
34 "publisher" : " sourcegraph" ,
45 "title" : " Git extras" ,
2526 "actionItem" : {
2627 "label" : " Blame" ,
2728 "description" : " ${config.git.blame.lineDecorations && \" Hide\" || \" Show\" } Git blame line annotations" ,
28- "pressed" : " config.git.blame.lineDecorations"
29+ "pressed" : " config.git.blame.lineDecorations" ,
30+ "iconURL" : " https://raw.githubusercontent.com/sourcegraph/sourcegraph-git-extras/master/icon/git_logo.svg?sanitize=true"
2931 }
3032 }
3133 ],
123125 "mkdirp" : " ^0.5.1" ,
124126 "mocha" : " ^6.1.4" ,
125127 "nyc" : " ^13.3.0" ,
126- "parcel-bundler" : " ^1.12.3 " ,
128+ "parcel-bundler" : " ^1.12.4 " ,
127129 "prettier" : " ^1.19.1" ,
128130 "sinon" : " ^7.3.2" ,
129131 "source-map-support" : " ^0.5.12" ,
You can’t perform that action at this time.
0 commit comments