Skip to content

Commit fde3ba9

Browse files
committed
fix(icon): 修复切换图标失败问题
1 parent ecd798c commit fde3ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/bookmark/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function changeBookmarkIcon(context: BookmarkActionContext) {
2525
description: it.id,
2626
iconPath: it.iconPath(),
2727
meta: {
28-
it,
28+
...it,
2929
},
3030
} as QuickPickItem;
3131
});

0 commit comments

Comments
 (0)