mattbierner / vscode-emojisense

Emoji Autocomplete Plugin For VSCode
https://marketplace.visualstudio.com/items?itemName=bierner.emojisense
MIT License
123 stars 9 forks source link

Git commit #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello @mattbierner,

It doesn't work in Git commits... I'm trying to get autocomplete and rendering of emoji, but nothing happens.

  "emojisense.languages": {
    "markdown": true,
    "plaintext": {
      "markupCompletionsEnabled": false,
      "emojiDecoratorsEnabled": false
    },
    "git-commit": true
  },

VS Code: 1.20.1 OS: macOS

linzhaoken commented 6 years ago

I got the same. This is my only purpose to install this plugin, to use it in git commit.

mattbierner commented 6 years ago

I can't repo this with the default settings:

screen shot 2018-06-13 at 11 31 17 pm

Is the language mode of the file (as listed in the status bar) show as git commit message? How are you trying to trigger the emoji?

ghost commented 6 years ago

@mattbierner here:

image

mattbierner commented 6 years ago

Yeah that's not something extensions can contribute IntelliSense to currently. Closing as an upstream vscode issue

ghost commented 6 years ago

Thanks a lot, @mattbierner, as always excellent work!

kanlukasz commented 2 years ago

Is it still impossible?