Skip to content

Commit 605c9be

Browse files
committed
Add comment-* images when building components
It fixes #20127.
1 parent e4b1462 commit 605c9be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,7 @@ function buildComponents(defines, dir) {
12081208
"web/images/messageBar_*.svg",
12091209
"web/images/toolbarButton-{editorHighlight,menuArrow}.svg",
12101210
"web/images/cursor-*.svg",
1211+
"web/images/comment-*.svg",
12111212
];
12121213

12131214
return ordered([

0 commit comments

Comments
 (0)