Skip to content

Commit 0489ddf

Browse files
DonJayamannerchiodo
authored andcommitted
Disable split views of custom editors (#13985)
1 parent b92203a commit 0489ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/datascience/notebookStorage/nativeEditorProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class NativeEditorProvider implements INotebookEditorProvider, CustomEdit
119119
enableFindWidget: true,
120120
retainContextWhenHidden: true
121121
},
122-
supportsMultipleEditorsPerDocument: true
122+
supportsMultipleEditorsPerDocument: false
123123
});
124124
}
125125

0 commit comments

Comments
 (0)