-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-contribEditor collection of extrasEditor collection of extrasverifiedVerification succeededVerification succeeded
Milestone
Description
I noticed that SymbolKind.Field shows up using the expected icon in the suggestion widget but not in the quickoutline widget.
I see that quickopen.css defines the field icon for high contrast themes and shares a mapping with variable icons, but this same mapping isn't done elsewhere in the css.
Further, even if the CSS mapping is changed, in modes.ts SymbolKind.from and SymbolKind.to do not map SymbolKind.Field and the switch statement falls through to the default SymbolKind.Property, so a property icon would be used.
Reactions are currently unavailable
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-contribEditor collection of extrasEditor collection of extrasverifiedVerification succeededVerification succeeded