mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
huge refactoring, remove getNewCommentRange
This commit is contained in:
@@ -832,8 +832,7 @@ export interface ExtHostProgressShape {
|
||||
}
|
||||
|
||||
export interface ExtHostCommentsShape {
|
||||
$provideComments(handle: number, document: UriComponents): TPromise<modes.CommentThread[]>;
|
||||
$provideNewCommentRange(handle: number, document: UriComponents): TPromise<modes.NewCommentAction[]>;
|
||||
$provideComments(handle: number, document: UriComponents): TPromise<modes.CommentInfo>;
|
||||
$provideAllComments(handle: number): TPromise<modes.CommentThread[]>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user