Create a walkthrough step in your extension, e.g.
"walkthroughs": [
{
"id": "welcome",
"title": "Example $(github)",
"description": "See? The icon looks nice, doesn't it?",
"steps": [
{
"id": "example-step",
"title": "Example step",
"description": "Example description",
"media": {
"image": "icon.png",
"altText": ""
}
}
]
}
]
This is a bug in the walkthroughs contribution point.
In general, the extension API allows icons to be embedded in text by referencing them inside of
$(...). This functionality does not work consistently in the walkthroughs API.Does this issue occur when all extensions are disabled?: N/A; this is a bug in the extension API
Steps to Reproduce:
Create a walkthrough step in your extension, e.g.
2 Observe that the icon in the title (
$(github)in the example above) renders correctly in the Open Walkthrough… quickpick list:$(github):