From 450d6fd6bd73d596edf0aa813fb76fdee8f00282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Wed, 18 Aug 2021 13:01:06 +0800 Subject: [PATCH] chore: add cxk0831 to codeoweners --- .github/CODEOWNERS | 2 +- README.md | 2 +- vscode.d.ts | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bbcccd91..e2240f6c 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 +/vscode.d.ts @youngjuning @gepingli @Saber2pr @Imchenlong @pan463859 @Tecvan-fe @sherry-zxy @liuqh0609 @cxk0831 diff --git a/README.md b/README.md index 2ef17335..0803b913 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode 翻译负责人是按照 vscode api 的命名空间认领的,如果有兴趣认领请添加管理员微信(`yang_jun_ning`)申请成为内部译者。 -- [ ] authentication +- [x] authentication @cxk0831 - [x] commands @Imchenlong - [x] comments @youngjuning - [ ] debug diff --git a/vscode.d.ts b/vscode.d.ts index fd2210e9..05c77384 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -13787,6 +13787,7 @@ export interface AuthenticationProvider { /** * Namespace for authentication. + * @maintainer {@link https://github.com/cxk0831 @cxk0831} */ export namespace authentication { /**