rough incremental update.

This commit is contained in:
Peng Lyu
2018-04-18 15:05:45 -07:00
parent e1bb620efd
commit 5c25f5001f
9 changed files with 115 additions and 7 deletions

View File

@@ -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