From 50b821cf084171426e9826617ce43c7ec0dd1e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Tue, 17 Aug 2021 14:23:01 +0800 Subject: [PATCH] chore: update maintainer --- README.md | 6 +++--- vscode.d.ts | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed3c5077..f79aa65c 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode - [ ] authentication - [x] commands @Imchenlong -- [ ] comments +- [x] comments @youngjuning - [ ] debug - [x] evn @Saber2pr - [ ] extensions - [x] languages @Tecvan-fe -- [ ] notebooks -- [ ] scm +- [x] notebooks @sherry-zxy +- [x] scm @sherry-zxy - [ ] tasks - [x] tests @pan463859 - [x] window @youngjuning diff --git a/vscode.d.ts b/vscode.d.ts index 9c829529..81fef22f 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -12309,6 +12309,7 @@ export interface NotebookCellStatusBarItemProvider { * 1. {@link NotebookSerializer} enable the editor to open, show, and save notebooks * 2. {@link NotebookController} own the execution of notebooks, e.g they create output from code cells. * 3. NotebookRenderer present notebook output in the editor. They run in a separate context. + * @maintainer {@link https://github.com/sherry-zxy @sherry-zxy} */ export namespace notebooks { @@ -12577,6 +12578,10 @@ export interface SourceControl { dispose(): void; } +/** + * 用于处理源码版本管理(Source Control Management)的命名空间 + * @maintainer {@link https://github.com/sherry-zxy @sherry-zxy} + */ export namespace scm { /** @@ -13587,6 +13592,10 @@ export interface CommentController { dispose(): void; } +/** + * 用于处理注释的命名空间 + * @maintainer {@link https://github.com/youngjuning @youngjuning} + */ namespace comments { /** * Creates a new {@link CommentController comment controller} instance.