Remove Comment Id

This commit is contained in:
Peng Lyu
2019-07-18 15:34:05 -07:00
parent bfd274a23b
commit f1bad37012
11 changed files with 27 additions and 143 deletions

View File

@@ -308,10 +308,6 @@ export class MainThreadCommentController {
return commentingRanges || [];
}
getReactionGroup(): modes.CommentReaction[] | undefined {
return this._features.reactionGroup;
}
async toggleReaction(uri: URI, thread: modes.CommentThread, comment: modes.Comment, reaction: modes.CommentReaction, token: CancellationToken): Promise<void> {
return this._proxy.$toggleReaction(this._handle, thread.commentThreadHandle, uri, comment, reaction);
}