Skip to content

Commit

Permalink
some jsdoc, #102091
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Aug 13, 2020
1 parent aabb4e3 commit 2d9ffda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2029,6 +2029,11 @@ declare module 'vscode' {
//#region https://github.com/microsoft/vscode/issues/102091

export interface TextDocument {

/**
* The [notebook](#NotebookDocument) that contains this document as a notebook cell or `undefined` when
* the document is not contained by a notebook (this should be the more frequent case).
*/
notebook: NotebookDocument | undefined;
}
//#endregion
Expand Down

0 comments on commit 2d9ffda

Please sign in to comment.