提交 6c20dc9b 编写于 作者: P Peng Lyu

align CommentThread ctor argument name with property

上级 3bf9deb1
...@@ -9166,7 +9166,7 @@ declare module 'vscode' { ...@@ -9166,7 +9166,7 @@ declare module 'vscode' {
* @param range The range the comment thread is located within the document. * @param range The range the comment thread is located within the document.
* @param comments The ordered comments of the thread. * @param comments The ordered comments of the thread.
*/ */
createCommentThread(uri: Uri, range: Range, comments: Comment[]): CommentThread; createCommentThread(resource: Uri, range: Range, comments: Comment[]): CommentThread;
/** /**
* Dispose this comment controller. * Dispose this comment controller.
......
...@@ -1063,7 +1063,7 @@ declare module 'vscode' { ...@@ -1063,7 +1063,7 @@ declare module 'vscode' {
* @param range The range the comment thread is located within the document. * @param range The range the comment thread is located within the document.
* @param comments The ordered comments of the thread. * @param comments The ordered comments of the thread.
*/ */
createCommentThread(id: string, uri: Uri, range: Range, comments: Comment[]): CommentThread; createCommentThread(id: string, resource: Uri, range: Range, comments: Comment[]): CommentThread;
/** /**
* Optional new comment thread factory. * Optional new comment thread factory.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册