-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
BugEditor-Syntax HighlightingfixedFixed and available in the stable version of C# Extension.Fixed and available in the stable version of C# Extension.
Milestone
Description
Environment data
dotnet --info output:
.NET Command Line Tools (1.0.0-preview2-003121)
Product Information:
Version: 1.0.0-preview2-003121
Commit SHA-1 hash: 1e9d529bc5
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
VS Code version: 1.4.0
C# Extension version: 1.3.0
Steps to reproduce
- Use a multi-dimensional array (e.g.
int[,]) as the type for an argument to a function.
Expected behavior
The type and parameter name should be properly colored like other parameters.
Actual behavior
Note that both the type and parameter name for redFish are in the default coloring. I originally suspected the presence of a comma in a type might be the culprit, however the templated argument ham is rendered as expected.
Metadata
Metadata
Assignees
Labels
BugEditor-Syntax HighlightingfixedFixed and available in the stable version of C# Extension.Fixed and available in the stable version of C# Extension.
