support icons

This commit is contained in:
Peng Lyu
2019-02-13 19:34:15 -08:00
parent 7519dcadfe
commit 54c75aa50b
6 changed files with 125 additions and 89 deletions

View File

@@ -115,7 +115,7 @@ export interface CommentProviderFeatures {
startDraftLabel?: string;
deleteDraftLabel?: string;
finishDraftLabel?: string;
reactionGroup?: vscode.CommentReaction[];
reactionGroup?: modes.CommentReaction[];
}
export interface MainThreadCommentsShape extends IDisposable {