mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add provideAllComments method to comments provider
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user