Skip to content
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 with curly braces breaks C# highlighting #10816

Closed
kuulemart opened this issue Aug 23, 2016 · 1 comment
Closed

String with curly braces breaks C# highlighting #10816

kuulemart opened this issue Aug 23, 2016 · 1 comment

Comments

@kuulemart
Copy link

  • VSCode Version: Code 1.4.0 (6276dcb, 2016-08-04T16:45:31.680Z)
  • OS Version: Windows_NT ia32 10.0.10586

Steps to Reproduce:

When C# string contains curly braces then highlighting breaks down afterwards. Code example (see highlighting after first string in code):

namespace Test
{
class Test
{
string Test1 = string.Format("{0}", 1);
string Test2 = string.Format("{0}", 2);
}
}

@sandy081
Copy link
Member

This issue was moved to dotnet/vscode-csharp#702

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants