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

@@ -107,6 +107,7 @@ export interface MainThreadCommandsShape extends IDisposable {
export interface MainThreadCommentsShape extends IDisposable {
$registerCommentProvider(handle: number): void;
$unregisterCommentProvider(handle: number): void;
$onDidCommentThreadsChange(handle: number, event: modes.CommentThreadChangedEvent): void;
}
export interface MainThreadConfigurationShape extends IDisposable {