提交 3d0a6647 编写于 作者: J Johannes Rieken

add jsdoc comments, #29759

上级 7c871fad
......@@ -14,9 +14,16 @@ declare module 'vscode' {
export namespace workspace {
export const onDidChangeWorkspaceFolders: Event<WorkspaceFoldersChangeEvent>;
/**
* List of workspace folders or `undefined` when no folder is open. The *first*
* element in the array is equal to the [`rootPath`](#workspace.rootPath)
*/
export let workspaceFolders: Uri[] | undefined;
/**
* An event that is emitted when a workspace folder is added or removed.
*/
export const onDidChangeWorkspaceFolders: Event<WorkspaceFoldersChangeEvent>;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册