-
Notifications
You must be signed in to change notification settings - Fork 13
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
Emojis are not displayed #5
Comments
Given that Resharper hijacks its own Intellisense in Visual Studio, it's perfectly normal that Intellisense for emojis won't work without ReMoji /cc @hmemcpy. Now, if:
It suggests that Visual Studio simply didn't take the extension into account. I suggest first trying to restart Visual Studio, as extensions are not loaded upon installation. If that didn't change anything, look into %USERNAME%\AppData\Local\Microsoft\VisualStudio\14.0Exp\Extensions\Jb Evain\EmojiVS\1.0 And see if there's a EmojiStore folder, and see if it has been populated with images. Also it would help if you indicated which version of Visual Studio you are using. |
I could find a folder at %USERNAME%\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\lfnhs4lk.2il |
There's no logging right now. The easiest way is probably for you to build from source and debug through the lunch sequence. |
I think this might be related to proxy authentication (407) issue so images never download and |
I downloaded the images into |
This extension should come with emojis pre-packaged and only try and update occasionally (e.g. once a day but certainly not on each initialization) and possibly only when explicitly requested through the options dialog in the IDE (though this could be addressed as a separate issue and come later). Also, I think that the update should happen via a separate executable that runs separate from the VS process. This would have the following benefits:
|
Emojis are not displayed.
The text was updated successfully, but these errors were encountered: