From 05d5cc1e6401ea119fdc52ae78e4a224335765f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Wed, 18 Aug 2021 12:33:50 +0800 Subject: [PATCH] chore: add new maintainer --- .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 d6d72053..bbcccd91 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 +/vscode.d.ts @youngjuning @gepingli @Saber2pr @Imchenlong @pan463859 @Tecvan-fe @sherry-zxy @liuqh0609 diff --git a/README.md b/README.md index c82265d8..7f21ea7a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode - [x] languages @Tecvan-fe - [x] notebooks @sherry-zxy - [x] scm @sherry-zxy -- [ ] tasks +- [x] tasks @liuqh0609 - [x] tests @pan463859 - [x] window @youngjuning - [x] workspace @gepingli diff --git a/vscode.d.ts b/vscode.d.ts index 218ae37b..fd2210e9 100644 --- a/vscode.d.ts +++ b/vscode.d.ts @@ -6925,6 +6925,7 @@ export interface TaskFilter { /** * Namespace for tasks functionality. + * @maintainer {@link https://github.com/liuqh0609 @liuqh0609} */ export namespace tasks {