microsoft / microsoft/vscode

Mermaid built-in extension point to register further icons .

Open
#325,334 1 comment 1 reaction 1 assignee Claimed by @vijayupadya View on GitHub
stale triage-needed
Dominant language
TypeScript
Stars
193k
Forks
42.4k
PR merge metrics
PR metrics pending

Description

## Given

- an external iconset
- the vscode markdown mermaid built-in extension

## I Expect

- a way to register the external iconset via creating an extension

## Instead

- it seems I can't find an extension point for the built-in `mermaid` object

## Notes

I wanted to do something like that in an extension without overriding the whole markdown.*

```
...
mmd = ... extension point ...
mmd.registerIconPacks([
{ name: 'my:', icons: myIcons }
]);
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.