Skip to content

Commit 2d9ffda

Browse files
committed
some jsdoc, microsoft#102091
1 parent aabb4e3 commit 2d9ffda

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,11 @@ declare module 'vscode' {
20292029
//#region https://github.com/microsoft/vscode/issues/102091
20302030

20312031
export interface TextDocument {
2032+
2033+
/**
2034+
* The [notebook](#NotebookDocument) that contains this document as a notebook cell or `undefined` when
2035+
* the document is not contained by a notebook (this should be the more frequent case).
2036+
*/
20322037
notebook: NotebookDocument | undefined;
20332038
}
20342039
//#endregion

0 commit comments

Comments
 (0)