Skip to content

Commit f0bdf82

Browse files
authored
Remove support execution order from native repl (#24595)
Resolves: #23862
1 parent 567ca5a commit f0bdf82

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)