mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
rough incremental update.
This commit is contained in:
@@ -124,6 +124,7 @@ function convertCommentThread(vscodeCommentThread: vscode.CommentThread, command
|
||||
|
||||
function convertComment(vscodeComment: vscode.Comment): modes.Comment {
|
||||
return {
|
||||
commentId: vscodeComment.commentId,
|
||||
body: extHostTypeConverter.MarkdownString.from(vscodeComment.body),
|
||||
userName: vscodeComment.userName,
|
||||
gravatar: vscodeComment.gravatar
|
||||
|
||||
Reference in New Issue
Block a user