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