We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd798c commit fde3ba9Copy full SHA for fde3ba9
src/commands/bookmark/icons.ts
@@ -25,7 +25,7 @@ export async function changeBookmarkIcon(context: BookmarkActionContext) {
25
description: it.id,
26
iconPath: it.iconPath(),
27
meta: {
28
- it,
+ ...it,
29
},
30
} as QuickPickItem;
31
});
0 commit comments