You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug regressed. This is fixed properly now and tests are in place to ensure it doesn't return. We've written a completely new TextMate grammar for C# that is much more robust than what shipped previously.
VS Code version: 1.7.1
C# Extension version: 1.6.0
Steps to reproduce
in a .cs file, if the string as an escape double quote
\"
, Omnisharp will not show proper syntax for the code following it.Like the code below:
Note: C# Extension version 1.5.3 doesn't have this bug.
Expected behavior
the code after
\"
should still show the proper syntax.Actual behavior
the code after it shows as string, until the next double quote.
The text was updated successfully, but these errors were encountered: