Display message when PR has no comments

This commit is contained in:
Rachel Macfarlane
2018-04-17 09:01:19 -07:00
parent 0d39d57db9
commit d15c0dce25
6 changed files with 54 additions and 23 deletions

View File

@@ -74,6 +74,7 @@ export class MainThreadComments extends Disposable implements MainThreadComments
$unregisterCommentProvider(handle: number): void {
this._providers.delete(handle);
this._panelService.setPanelEnablement(COMMENTS_PANEL_ID, false);
this._commentService.removeAllComments();
}
dispose(): void {