mattbierner / vscode-emojisense

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

Angular 6+ version is not supporting this extension #26

Closed Shekhar12121 closed 3 years ago

Shekhar12121 commented 4 years ago

i have set the setting.json as below : "emojisense.unicodeCompletionsEnabled" : true, "emojisense.markupCompletionsEnabled" : true, "emojisense.languages": { "markdown" : true, "plaintext" : true, "git-commit" : true, "json" : true, "javascript" : true, "typescript" :true, "nodejs" : true, "react" : true }, "typescript.validate.enable": false

After that when i use emojis, then i got compilation error in angular like this :
` error TS1127: Invalid character.

245 console.log("emojis here"😄, 🐒);`

please fix this issue

mattbierner commented 4 years ago

I don't understand the issue. Please describe what you are doing and share the invalid code

mattbierner commented 3 years ago

Closing due to lack of feedback