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
.NET Command Line Tools (1.0.0-preview2-1-003177)
Product Information:
Version: 1.0.0-preview2-1-003177
Commit SHA-1 hash: a2df9c2576
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
VS Code version: 1.8.1
C# Extension version: 1.6.2
Steps to reproduce
This is the code I'm writing (using Sprache parser combinator):
Environment data
dotnet --info
output:VS Code version: 1.8.1
C# Extension version: 1.6.2
Steps to reproduce
This is the code I'm writing (using Sprache parser combinator):
Expected behavior
Correct syntax highlighting in Linq queries.
Actual behavior
The syntax highlighting breaks at
from eq in Parse.Char('=')
.See picture:
The text was updated successfully, but these errors were encountered: