Skip to content

Conversation

@DustinCampbell
Copy link
Member

Fixes #4, #140, #427

This addresses issues when communicating with OmniSharp with multibyte characters. Note that this is only half of the fix. Due to a subtle issue in OmniSharp, this change currently only fixes the encoding for requests sent to OmniSharp but responses are still received garbled. I've submitted a PR to OmniSharp which fixes the other side of the problem (OmniSharp/omnisharp-roslyn#628). Once I have a new build of OmniSharp in hand, I'll switch over to that which should fully fix the issues listed above.

image

Note: I decided to make the whitespace consist in server.ts as part of this change. Sorry about that! You can click the specific commit that fixes the issue to see what the fix looks like.

@DustinCampbell DustinCampbell added this to the 1.4 milestone Aug 27, 2016
@DustinCampbell
Copy link
Member Author

OmniSharp is updated. Pushing this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unicode characters show as question marks in method documentation hover window

2 participants