Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] gitmoji ":technologist:" is not rendered using emoji. #339

Open
mikebronner opened this issue May 20, 2024 · 1 comment
Open

[BUG] gitmoji ":technologist:" is not rendered using emoji. #339

mikebronner opened this issue May 20, 2024 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@mikebronner
Copy link

mikebronner commented May 20, 2024

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.)
Screenshot 2024-05-20 at 14 00 57

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.
Screenshot 2024-05-20 at 14 02 33

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:
{}
@mikebronner mikebronner added the help wanted Extra attention is needed label May 20, 2024
@kevinah95
Copy link

kevinah95 commented Aug 28, 2024

This issue is not related to this project.

The issue is related to vscode-git-graph extension mhutchie/vscode-git-graph#738.

Solved by adding this on settings.json.
"git-graph.customEmojiShortcodeMappings": [{"shortcode": ":technologist:", "emoji": "🧑‍💻"}]

Please, close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants