We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @kuulemart on August 23, 2016 5:9
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
The text was updated successfully, but these errors were encountered:
Hi, this should already be fixed for the next release. You can verify it by installing the latest beta release from here.
Sorry, something went wrong.
Note: this was fixed by the work to fix highlighting of C# 6 interpolated strings. #638
Do over. Try this beta release: (https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.4.0-beta5)
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 .
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 .
No branches or pull requests
From @kuulemart on August 23, 2016 5:9
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
The text was updated successfully, but these errors were encountered: