Fix preview handling so the untitled notebooks are pinned by default (#3405)

This commit is contained in:
Kevin Cunnane
2018-12-03 20:26:42 -08:00
committed by GitHub
parent cac8cc99e1
commit 649c2aa5a6
3 changed files with 3 additions and 2 deletions

View File

@@ -807,7 +807,7 @@ export interface INotebookEditorAddData {
export interface INotebookShowOptions {
position?: EditorViewColumn;
preserveFocus?: boolean;
pinned?: boolean;
preview?: boolean;
providerId?: string;
connectionId?: string;
}