Skip to content

Commit 53aa4bf

Browse files
committed
Add icon
1 parent 4094454 commit 53aa4bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

assets/icon.png

354 KB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simplecov",
33
"displayName": "SimpleCov",
44
"description": "Code coverage highlighter & statistics for Ruby projects using SimpleCov",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"engines": {
77
"vscode": "^1.85.0"
88
},
@@ -12,6 +12,7 @@
1212
"activationEvents": [
1313
"onLanguage:ruby"
1414
],
15+
"icon": "assets/icon.png",
1516
"publisher": "dewski",
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)