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
- [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

9
vscode.d.ts vendored

@ -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.

Loading…
Cancel
Save