We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabb4e3 commit 2d9ffdaCopy full SHA for 2d9ffda
1 file changed
src/vs/vscode.proposed.d.ts
@@ -2029,6 +2029,11 @@ declare module 'vscode' {
2029
//#region https://github.com/microsoft/vscode/issues/102091
2030
2031
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
+ */
2037
notebook: NotebookDocument | undefined;
2038
}
2039
//#endregion
0 commit comments