rough incremental update.

This commit is contained in:
Peng Lyu
2018-04-18 15:05:45 -07:00
parent e1bb620efd
commit 5c25f5001f
9 changed files with 115 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ export class MainThreadComments extends Disposable implements MainThreadComments
$onDidCommentThreadsChange(handle: number, event: modes.CommentThreadChangedEvent) {
// notify comment service
this._commentService.updateComments(event);
}
$unregisterCommentProvider(handle: number): void {