<!-- **PLEASE** look for preexisting feature requests before opening a new one as a 👍 on a preexisting issue is more important than opening a new issue or leaving a comment. --> From what I can tell `Execution Order` is not supported in the Python REPL, hence need not be displayed. Fix: Just remove the following line ```typescript controller.supportsExecutionOrder = true; ``` 