- VSCode Version: 1.38.1
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
- OS Version: Windows_NT x64 10.0.18362
Steps to Reproduce:
- Install package "Commitizen" via npm:
npm install -g commitizen
- Install package "cz-emoji" via npm:
npm install -g cz-emoji
npm install --save-dev cz-emoji
- Set as default adapter for your projects in package.json:
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji"
},
}
- Write commit via
git cz
- Here in the built-in terminal there is a bug with emoticons
More details:
In the built-in terminal there is a bug with emoticons.

The image shows that in front of the emoticons there is a question mark, which breaks the display of emoticons in the terminal. By the link Google Drive you can see the whole essence of the problem. The smiley does not change while moving through the list.
The error is also described in the issue ngryman/cz-emoji#26 (comment), but, I think, the error is not in the extension, but in the editor's terminal.
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
Steps to Reproduce:
npm install -g commitizennpm install -g cz-emojinpm install --save-dev cz-emojigit czMore details:
In the built-in terminal there is a bug with emoticons.

The image shows that in front of the emoticons there is a question mark, which breaks the display of emoticons in the terminal. By the link Google Drive you can see the whole essence of the problem. The smiley does not change while moving through the list.
The error is also described in the issue ngryman/cz-emoji#26 (comment), but, I think, the error is not in the extension, but in the editor's terminal.