Add provideAllComments method to comments provider

This commit is contained in:
Rachel Macfarlane
2018-04-16 17:10:25 -07:00
parent bb8e244a7f
commit 3a297dc5b4
11 changed files with 213 additions and 119 deletions

View File

@@ -833,6 +833,7 @@ export interface ExtHostProgressShape {
export interface ExtHostCommentsShape {
$provideComments(handle: number, document: UriComponents): TPromise<modes.CommentThread[]>;
$provideNewCommentRange(handle: number, document: UriComponents): TPromise<modes.NewCommentAction>;
$provideAllComments(handle: number): TPromise<modes.CommentThread[]>;
}
// --- proxy identifiers