Add onDidCommentThreadsChange

This commit is contained in:
Rachel Macfarlane
2018-04-17 16:48:32 -07:00
parent 99ce8b1b9f
commit 801d3eaacf
8 changed files with 77 additions and 2 deletions

View File

@@ -67,8 +67,10 @@ export class MainThreadComments extends Disposable implements MainThreadComments
this._panelService.setPanelEnablement(COMMENTS_PANEL_ID, true);
}
});
}
$onDidCommentThreadsChange(handle: number, event: modes.CommentThreadChangedEvent) {
// notify comment service
}
$unregisterCommentProvider(handle: number): void {