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 #702

Closed
sandy081 opened this issue Aug 24, 2016 · 4 comments
Closed

String with curly braces breaks C# highlighting #702

sandy081 opened this issue Aug 24, 2016 · 4 comments

Comments

@sandy081
Copy link

From @kuulemart on August 23, 2016 5:9

  • VSCode Version: Code 1.4.0 (6276dcb0ae497766056b4c09ea75be1d76a8b679, 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);
}
}

Copied from original issue: microsoft/vscode#10816

@DustinCampbell
Copy link
Member

Hi, this should already be fixed for the next release. You can verify it by installing the latest beta release from here.

image

@DustinCampbell
Copy link
Member

Note: this was fixed by the work to fix highlighting of C# 6 interpolated strings. #638

@DustinCampbell
Copy link
Member

Do over. Try this beta release: (https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.4.0-beta5)

@kuulemart
Copy link

Yep, beta seems to be working fine.

Thanks!

Egon

On Wed, Aug 24, 2016 at 7:34 PM, Dustin Campbell notifications@github.com
wrote:

Do over. Try this beta release: (https://github.com/OmniSharp/
omnisharp-vscode/releases/tag/v1.4.0-beta5)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#702 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA9za-ZWqjZPEEo4-9-TG04KlYheXoRnks5qjHKlgaJpZM4Jruye
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants