Skip to content

Commit 804eb76

Browse files
committed
remove supportexecutionorder
1 parent c0ea185 commit 804eb76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/repl/replController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export function createReplController(
1111

1212
const controller = vscode.notebooks.createNotebookController('pythonREPL', 'jupyter-notebook', 'Python REPL');
1313
controller.supportedLanguages = ['python'];
14-
controller.supportsExecutionOrder = true;
1514

1615
controller.description = 'Python REPL';
1716

0 commit comments

Comments
 (0)