mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Add onDidCommentThreadsChange
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user