Interface CommentAuthorInformation

Author information of a comment

interface CommentAuthorInformation {
    iconPath?: Uri;
    name: string;
}

Properties

Properties

iconPath?: Uri

The optional icon path for the author

name: string

The display name of the author of the comment