Merge pull request #74930 from microsoft/rebornix/commentreactions

Comment Reaction API
This commit is contained in:
Peng Lyu
2019-06-10 10:36:21 -07:00
committed by GitHub
8 changed files with 126 additions and 37 deletions

View File

@@ -130,6 +130,7 @@ export interface CommentProviderFeatures {
finishDraftLabel?: string;
reactionGroup?: modes.CommentReaction[];
commentThreadTemplate?: CommentThreadTemplate;
reactionHandler?: boolean;
}
export interface MainThreadCommentsShape extends IDisposable {