-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Description
Details
VSCode 1.10.0-Insider
omnisharp-vscode 1.8.0-beta1
Dark+ (default dark) theme from VSCode
Repro
- The body of expression bodied properties doesn't have any color:
public int Timeout
{
get => Socket.ReceiveTimeout;
set => Socket.ReceiveTimeout = value;
}throwkeyword is treated as a variable in expression bodied method:
public void Method() => throw new Exception();Reactions are currently unavailable