comment model for editor should not be aware of notebook.

This commit is contained in:
rebornix
2022-03-18 11:12:52 -07:00
parent 07ebc63cb9
commit 6143ef5552
5 changed files with 91 additions and 69 deletions

View File

@@ -132,7 +132,6 @@ export interface MainThreadCommentsShape extends IDisposable {
$updateCommentThread(handle: number, commentThreadHandle: number, threadId: string, resource: UriComponents, changes: CommentThreadChanges): void;
$deleteCommentThread(handle: number, commentThreadHandle: number): void;
$updateCommentingRanges(handle: number): void;
$onDidCommentThreadsChange(handle: number, event: languages.CommentThreadChangedEvent<IRange | ICellRange>): void;
}
export interface MainThreadAuthenticationShape extends IDisposable {