mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
gravatar, title bar for comment thread, show comment titles when file opened.
This commit is contained in:
@@ -72,6 +72,7 @@ function convertCommentThread(vscodeCommentThread: vscode.CommentThread): modes.
|
||||
function convertComment(vscodeComment: vscode.Comment): modes.Comment {
|
||||
return {
|
||||
body: extHostTypeConverter.MarkdownString.from(vscodeComment.body),
|
||||
userName: vscodeComment.userName
|
||||
userName: vscodeComment.userName,
|
||||
gravatar: vscodeComment.gravatar
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user