mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
support deprecated commentId.
This commit is contained in:
@@ -702,7 +702,7 @@ function convertToModeComment(commentController: ExtHostCommentController, vscod
|
||||
const iconPath = vscodeComment.userIconPath ? vscodeComment.userIconPath.toString() : vscodeComment.gravatar;
|
||||
|
||||
return {
|
||||
commentId: vscodeComment.commentId,
|
||||
commentId: vscodeComment.id || vscodeComment.commentId,
|
||||
body: extHostTypeConverter.MarkdownString.from(vscodeComment.body),
|
||||
userName: vscodeComment.userName,
|
||||
userIconPath: iconPath,
|
||||
|
||||
Reference in New Issue
Block a user