-
Notifications
You must be signed in to change notification settings - Fork 727
Closed
Labels
BugfixedFixed and available in the stable version of C# Extension.Fixed and available in the stable version of C# Extension.
Milestone
Description
Environment data
dotnet --info output:NET Command Line Tools (1.0.0-preview2-002864)/windows 10-10586-x64
VS Code version:1.20
C# Extension version:1.0.11
Steps to reproduce
- open a solution
- type some code like below, with odd Chinese characters
ExceptionHelper.ThrowIfTrue(userId==entity.uid, "uid", "不存在");- reopen the solution, it works(showing references, definitions ...)
- in the same file, OmniSharp will not work when you type any code
Expected behavior
OmniSharp works well with any characters
Actual behavior
OmniSharp stop working
Metadata
Metadata
Assignees
Labels
BugfixedFixed and available in the stable version of C# Extension.Fixed and available in the stable version of C# Extension.