-
Notifications
You must be signed in to change notification settings - Fork 727
Closed
Labels
BugfixedFixed and available in the stable version of C# Extension.Fixed and available in the stable version of C# Extension.
Milestone
Description
From @BBosman on January 17, 2017 6:56
- VSCode Version: 1.8.1
- OS Version: macOS Sierra 10.12.2
Steps to Reproduce:
- Create the following C# code:
namespace MyTest
{
public interface ITest
{
// Random comment 1
int Test1 { get; set; }
int Test2 { get; set; } // Random comment 2
int Test3 { get; set; }
// Random comment 3
}
}- See the screenshot below. I would expect
// Random comment 2to be coloured green, similar to comments 1 and 3.
Copied from original issue: microsoft/vscode#18633
Metadata
Metadata
Assignees
Labels
BugfixedFixed and available in the stable version of C# Extension.Fixed and available in the stable version of C# Extension.
