-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String interpolation confounds text coloring #588
Comments
@jrieken this should probably goto the omnisharp-vscode repo, as it appears to be an issue with the textmate grammer. (colorization in vscode doesn't use roslyn today) |
As @david-driscoll said. And there seems to be several similar issues already reported. Probably close'ish related to dotnet/vscode-csharp#347. And it was mentioned here: |
@jrieken -- could you be sure to file VS Code issues to the omnisharp-vscode repo instead of omnisharp-roslyn? |
This looks like a dupe of dotnet/vscode-csharp#679. |
From @BRS999 on June 18, 2016 12:39
Background: I was playing around with some new C# features when I noticed the text coloration became wonky in VSCode.
Steps to Reproduce:
public void Print() => WriteLine($"Your name is {FirstName} and {LastName}");
public void sqrt() => WriteLine(Sqrt(3 * 3 + 4 + 4));
See screenshot
Copied from original issue: microsoft/vscode#7849
The text was updated successfully, but these errors were encountered: