mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Display message when PR has no comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user