File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments