Skip to content

Commit 721299e

Browse files
authored
feat: add icon for blame toggle (#109)
1 parent e7371bc commit 721299e

File tree

4 files changed

+909
-1000
lines changed

4 files changed

+909
-1000
lines changed

icon/LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
2+
https://git-scm.com/downloads/logos

icon/git_logo.svg

Lines changed: 16 additions & 0 deletions
Loading

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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",
@@ -25,7 +26,8 @@
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
],
@@ -123,7 +125,7 @@
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",

0 commit comments

Comments
 (0)