Skip to content

Commit 43ec5f3

Browse files
authoredJun 13, 2019
Use sentry icon for toggling sentry links (#61)
* use Sentry icon to indicate extension activity and toggle the links
1 parent 629c172 commit 43ec5f3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎assets/img/sentry-glyph-grey.svg

+1
Loading

‎assets/img/sentry-glyph-red.svg

+1
Loading

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
"title": "${config.sentry.decorations.inline && \"Hide\" || \"Show\"} inline Sentry links on file",
3333
"category": "Sentry",
3434
"actionItem": {
35-
"label": "Sentry",
36-
"description": "${config.sentry.decorations.inline && \"Hide\" || \"Show\"} inline Sentry links"
35+
"description": "${config.sentry.decorations.inline && \"Hide\" || \"Show\"} inline Sentry links",
36+
"iconDescription": "${config.sentry.decorations.inline && \"Hide\" || \"Show\"} inline Sentry links on file",
37+
"iconURL": "https://raw.githubusercontent.com/sourcegraph/sourcegraph-sentry/master/assets/img/sentry-glyph-${config.sentry.decorations.inline&&\"red\"||\"grey\"}.svg?sanitize=true",
38+
"pressed": "config.sentry.decorations.inline"
3739
}
3840
}
3941
],

0 commit comments

Comments
 (0)
Please sign in to comment.