mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
Fix preview handling so the untitled notebooks are pinned by default (#3405)
This commit is contained in:
@@ -807,7 +807,7 @@ export interface INotebookEditorAddData {
|
||||
export interface INotebookShowOptions {
|
||||
position?: EditorViewColumn;
|
||||
preserveFocus?: boolean;
|
||||
pinned?: boolean;
|
||||
preview?: boolean;
|
||||
providerId?: string;
|
||||
connectionId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user