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
This is similar to issue #249 however in this scenario, it stops performing any syntax highlighting for the rest of the source file. This is using 1.0.10
It looks like this is specific to the string interpolation, since Expression Bodied Members without string interpolation appear to work fine.
// Works fine
public IConnection[] GetConnections() =>
this.playerConnections.Select(keyValuePair => keyValuePair.Value).ToArray();
This is similar to issue #249 however in this scenario, it stops performing any syntax highlighting for the rest of the source file. This is using 1.0.10
It looks like this is specific to the string interpolation, since Expression Bodied Members without string interpolation appear to work fine.
while string interpolation breaks it
The text was updated successfully, but these errors were encountered: