mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
explicit reply comment thread command
This commit is contained in:
@@ -118,7 +118,7 @@ function convertCommentThread(vscodeCommentThread: vscode.CommentThread, command
|
||||
resource: vscodeCommentThread.resource.toString(),
|
||||
range: extHostTypeConverter.fromRange(vscodeCommentThread.range),
|
||||
comments: vscodeCommentThread.comments.map(convertComment),
|
||||
actions: vscodeCommentThread.actions.map(commandsConverter.toInternal)
|
||||
reply: vscodeCommentThread.reply ? commandsConverter.toInternal(vscodeCommentThread.reply) : null
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user