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
I confirm that not only is the issue fixed, but also that the highlighting looks richer and nicer than ever before! It looks on par with the TS grammar.
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview3-003236)
Product Information:
Version: 1.0.0-preview3-003236
Commit SHA-1 hash: 8f00e03c43
Runtime Environment:
OS Name: ubuntu
OS Version: 16.10
OS Platform: Linux
RID: ubuntu.16.10-x64
VS Code version: 1.9.0 insider
C# Extension version: 1.6.2
Steps to reproduce
Put some code such as an if statement inside a string.
Expected behavior
I expect the string to be highlighted normally as it was in the 1.5.x versions of the extension.
Actual behavior
The keywords get highlighted as if they were not inside a string literal.
The text was updated successfully, but these errors were encountered: