Skip to content

Commit

Permalink
Disable split views of custom editors (#13985)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Sep 17, 2020
1 parent 6b94c8b commit 10b8965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class NativeEditorProvider implements INotebookEditorProvider, CustomEdit
enableFindWidget: true,
retainContextWhenHidden: true
},
supportsMultipleEditorsPerDocument: true
supportsMultipleEditorsPerDocument: false
});
}

Expand Down

0 comments on commit 10b8965

Please sign in to comment.