Skip to content

Commit ca49544

Browse files
committed
Fix activity bar icon not shown
1 parent 1991866 commit ca49544

15 files changed

+11
-11
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{
7171
"id": "mdTree",
7272
"title": "HackMD Notes",
73-
"icon": "src/icon/activity-bar.svg"
73+
"icon": "images/icon/activity-bar.svg"
7474
}
7575
]
7676
},
@@ -102,26 +102,26 @@
102102
"title": "Refresh",
103103
"category": "HackMD",
104104
"icon": {
105-
"light": "src/icon/light/refresh-dark.svg",
106-
"dark": "src/icon/dark/refresh-light.svg"
105+
"light": "images/icon/light/refresh-dark.svg",
106+
"dark": "images/icon/dark/refresh-light.svg"
107107
}
108108
},
109109
{
110110
"command": "HackMD.showPreview",
111111
"title": "Open Preview",
112112
"category": "HackMD",
113113
"icon": {
114-
"light": "src/icon/light/view-dark.svg",
115-
"dark": "src/icon/dark/view-light.svg"
114+
"light": "images/icon/light/view-dark.svg",
115+
"dark": "images/icon/dark/view-light.svg"
116116
}
117117
},
118118
{
119119
"command": "HackMD.showPreviewAndEditor",
120120
"title": "Open Preview to the Side",
121121
"category": "HackMD",
122122
"icon": {
123-
"light": "src/icon/light/column-dark.svg",
124-
"dark": "src/icon/dark/column-light.svg"
123+
"light": "images/icon/light/column-dark.svg",
124+
"dark": "images/icon/dark/column-light.svg"
125125
}
126126
},
127127
{
@@ -134,8 +134,8 @@
134134
"title": "Open note on HackMD",
135135
"category": "HackMD",
136136
"icon": {
137-
"light": "src/icon/light/Browser-dark.png",
138-
"dark": "src/icon/dark/Browser-light.png"
137+
"light": "images/icon/light/Browser-dark.png",
138+
"dark": "images/icon/dark/Browser-light.png"
139139
}
140140
}
141141
],

0 commit comments

Comments
 (0)