Skip to content

Commit

Permalink
Remove support execution order from native repl (#24595)
Browse files Browse the repository at this point in the history
Resolves: #23862
  • Loading branch information
anthonykim1 authored Dec 12, 2024
1 parent 567ca5a commit f0bdf82
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 f0bdf82

Please sign in to comment.