chore: update maintainer

pull/19/head
洛竹 3 years ago
parent 71ae35e7e0
commit 50b821cf08

@ -25,13 +25,13 @@ API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode
- [ ] authentication - [ ] authentication
- [x] commands @Imchenlong - [x] commands @Imchenlong
- [ ] comments - [x] comments @youngjuning
- [ ] debug - [ ] debug
- [x] evn @Saber2pr - [x] evn @Saber2pr
- [ ] extensions - [ ] extensions
- [x] languages @Tecvan-fe - [x] languages @Tecvan-fe
- [ ] notebooks - [x] notebooks @sherry-zxy
- [ ] scm - [x] scm @sherry-zxy
- [ ] tasks - [ ] tasks
- [x] tests @pan463859 - [x] tests @pan463859
- [x] window @youngjuning - [x] window @youngjuning

9
vscode.d.ts vendored

@ -12309,6 +12309,7 @@ export interface NotebookCellStatusBarItemProvider {
* 1. {@link NotebookSerializer} enable the editor to open, show, and save notebooks * 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. * 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. * 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 { export namespace notebooks {
@ -12577,6 +12578,10 @@ export interface SourceControl {
dispose(): void; dispose(): void;
} }
/**
* Source Control Management
* @maintainer {@link https://github.com/sherry-zxy @sherry-zxy}
*/
export namespace scm { export namespace scm {
/** /**
@ -13587,6 +13592,10 @@ export interface CommentController {
dispose(): void; dispose(): void;
} }
/**
*
* @maintainer {@link https://github.com/youngjuning @youngjuning}
*/
namespace comments { namespace comments {
/** /**
* Creates a new {@link CommentController comment controller} instance. * Creates a new {@link CommentController comment controller} instance.

Loading…
Cancel
Save