mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
comment model for editor should not be aware of notebook.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user