-
Notifications
You must be signed in to change notification settings - Fork 676
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
1.6.0 for VSCode reintroduced the syntax bug for escape double quote #1078
Comments
Thanks for taking the time to report this issue! cc @ivanz |
Will fix this and add some tests when I am back from holidays in a week or so 👍 |
I'll have fixes for this in the near future. |
for reference: this bug was reported and fixed before: #442 |
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: