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
public class Test
{
public string _field1 = Path.Combine("",method());
public string _field2 = Path.Combine("", method());
public string _field3 = "";
}
Highlighter gets into an incorrect state trying to highlight _field2.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output: n/aVS Code version: 1.5.2
C# Extension version: 1.4.1
Steps to reproduce
Highlighter gets into an incorrect state trying to highlight
_field2
.The text was updated successfully, but these errors were encountered: