mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
comment service fetch
This commit is contained in:
@@ -833,7 +833,7 @@ export interface ExtHostProgressShape {
|
||||
|
||||
export interface ExtHostCommentsShape {
|
||||
$provideComments(handle: number, document: UriComponents): TPromise<modes.CommentThread[]>;
|
||||
$provideNewCommentRange(handle: number, document: UriComponents): TPromise<modes.NewCommentAction>;
|
||||
$provideNewCommentRange(handle: number, document: UriComponents): TPromise<modes.NewCommentAction[]>;
|
||||
$provideAllComments(handle: number): TPromise<modes.CommentThread[]>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user