mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
Add option to use notebook json contents instead of file string when creating a notebook. (#18972)
This commit is contained in:
@@ -1009,7 +1009,7 @@ export interface INotebookShowOptions {
|
||||
providerId?: string;
|
||||
connectionProfile?: azdata.IConnectionProfile;
|
||||
defaultKernel?: azdata.nb.IKernelSpec;
|
||||
initialContent?: string;
|
||||
initialContent?: string | azdata.nb.INotebookContents;
|
||||
initialDirtyState?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user