From 5bd6a73a7df7f437c0fd4c2826e501586bafe9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Mon, 23 Aug 2021 15:41:27 +0800 Subject: [PATCH] chore: ser yangyang0825 for maintainer --- .github/CODEOWNERS | 2 +- README.md | 2 +- vscode.d.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e2240f6c..b358a361 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,4 +6,4 @@ # @youngjuning will be requested for review when someone opens a pull request. * @youngjuning -/vscode.d.ts @youngjuning @gepingli @Saber2pr @Imchenlong @pan463859 @Tecvan-fe @sherry-zxy @liuqh0609 @cxk0831 +/vscode.d.ts @youngjuning @gepingli @Saber2pr @Imchenlong @pan463859 @Tecvan-fe @sherry-zxy @liuqh0609 @cxk0831 @yangyang0825 diff --git a/README.md b/README.md index 0f246692..95b30d55 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode - [x] authentication @cxk0831 - [x] commands @Imchenlong -- [x] comments @youngjuning +- [x] comments @yangyang0825 - [ ] debug - [x] evn @Saber2pr - [x] extensions @pan463859 diff --git a/vscode.d.ts b/vscode.d.ts index 69ec5c1e..47cada54 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -13595,7 +13595,7 @@ export interface CommentController { /** * 用于处理注释的命名空间 - * @maintainer {@link https://github.com/youngjuning @youngjuning} + * @maintainer {@link https://github.com/yangyang0825 @yangyang0825} */ namespace comments { /**