Skip to content

Commit 617bff9

Browse files
[Ignore] Update Notebook dts (PowerShell#2963)
Co-authored-by: TylerLeonhardt <TylerLeonhardt@users.noreply.github.com>
1 parent c116082 commit 617bff9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vscode.proposed.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,12 @@ declare module 'vscode' {
638638
* Controls if a meetadata property change will trigger notebook document content change and if it will be used in the diff editor
639639
* Default to false. If the content provider doesn't persisit a metadata property in the file document, it should be set to true.
640640
*/
641-
transientMetadata: { [K in keyof NotebookCellMetadata]?: boolean }
641+
transientMetadata: { [K in keyof NotebookCellMetadata]?: boolean };
642+
643+
/**
644+
* Not ready for production or development use yet.
645+
*/
646+
viewOptions?: { displayName: string; filenamePattern: GlobPattern | { include: GlobPattern; exclude: GlobPattern; }; exclusive?: boolean; };
642647
}
643648
): Disposable;
644649

0 commit comments

Comments
 (0)