Describe the bug
It appears that the :technologist: gitmoji is not working correctly when selecting gitmoji rendering using code. (This does work as expected when using emoji rendering.)

To reproduce
Create a commit using the "Improve developer experience" gitmoji.
Expected behavior
I would expect it to render as shown in the gitmoji selection preview when creating the commit.

Application logs
[info] Extension Activated
[info] vscode.env.language: en
[info] last used version: 1.25.0
[info] Conventional commits started.
[info] VSCode version: 1.89.1
[info] Git version: 1.0.0
[info] VSCode Conventional Commits version: 1.25.0
[info] conventionalCommits.autoCommit: true
[info] conventionalCommits.silentAutoCommit: false
[info] conventionalCommits.emojiFormat: code
[info] conventionalCommits.gitmoji: true
[info] conventionalCommits.lineBreak:
[info] conventionalCommits.promptBody: true
[info] conventionalCommits.promptCI: false
[info] conventionalCommits.promptFooter: true
[info] conventionalCommits.promptScopes: true
[info] conventionalCommits.scopes:
[info] conventionalCommits.showEditor: false
[info] conventionalCommits.showNewVersionNotes: true
[info] conventionalCommits.editor.keepAfterSave: false
[info] git.enableSmartCommit: true
[info] git.smartCommitChanges: all
[info] git.postCommitCommand: none
[info] _arg: /var/www/html
[info] git.repositories: /var/www/html
[info] workspaceFolders: /var/www/html
[info] Load commitlint configuration successfully.
[info] commitlintRuleConfigs:
{}
Describe the bug
It appears that the

:technologist:gitmoji is not working correctly when selecting gitmoji rendering usingcode. (This does work as expected when usingemojirendering.)To reproduce
Create a commit using the "Improve developer experience" gitmoji.
Expected behavior
I would expect it to render as shown in the gitmoji selection preview when creating the commit.

Application logs