add new comment.

This commit is contained in:
Peng Lyu
2018-04-13 09:59:49 -07:00
parent 0cdeb4109d
commit 36672be949
14 changed files with 243 additions and 41 deletions

View File

@@ -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