reactions handler

This commit is contained in:
Peng Lyu
2019-06-05 21:08:41 -07:00
parent a03caec78b
commit cae0668a0e
8 changed files with 126 additions and 37 deletions

View File

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