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