-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
When writing the username of someone that doesn't have a name, just a username, the user hover will show null in place of the name.

I happen to look at the code and notice that in the userHoverProvider it doesn't show the hover if the user doesn't have a name, maybe it could still show the hover just replace the null with a space
| if (user && user.name) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded