Skip to content

Commit

Permalink
remove supportexecutionorder
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Dec 12, 2024
1 parent c0ea185 commit 804eb76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/repl/replController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export function createReplController(

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

controller.description = 'Python REPL';

Expand Down

0 comments on commit 804eb76

Please sign in to comment.