We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb50bf2 commit a57a3b6Copy full SHA for a57a3b6
src/plugin.ts
@@ -10,6 +10,7 @@ import { ICellFooterTracker } from 'jupyterlab-cell-input-footer';
10
11
import { IDiffWidgetOptions } from './widget';
12
import { createCodeMirrorSplitDiffWidget } from './diff/cell';
13
+import { createCodeMirrorSplitFileWidget } from './diff/file';
14
import {
15
createUnifiedCellDiffView,
16
UnifiedCellDiffManager
@@ -503,9 +504,6 @@ const splitFileDiffPlugin: JupyterFrontEndPlugin<void> = {
503
504
return;
505
}
506
- // Create the split widget and add to main area
507
- const { createCodeMirrorSplitFileWidget } = await import('./diff/file');
508
-
509
const widget = await createCodeMirrorSplitFileWidget({
510
fileEditorWidget,
511
editor,
0 commit comments