mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
New comment actions.
This commit is contained in:
@@ -65,6 +65,7 @@ export class ExtHostComments implements ExtHostCommentsShape {
|
||||
function convertCommentThread(vscodeCommentThread: vscode.CommentThread): modes.CommentThread {
|
||||
return {
|
||||
range: extHostTypeConverter.fromRange(vscodeCommentThread.range),
|
||||
newCommentRange: extHostTypeConverter.fromRange(vscodeCommentThread.newCommentRange),
|
||||
comments: vscodeCommentThread.comments.map(convertComment)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user