Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide execution order if not applicable in Python REPL #23862

Closed
DonJayamanne opened this issue Jul 23, 2024 · 1 comment · Fixed by #24595
Closed

Hide execution order if not applicable in Python REPL #23862

DonJayamanne opened this issue Jul 23, 2024 · 1 comment · Fixed by #24595
Assignees
Labels
area-repl debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@DonJayamanne
Copy link

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

controller.supportsExecutionOrder = true;

Image

@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Jul 23, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jul 23, 2024
@anthonykim1
Copy link

This make sense. Thank you for this!

@anthonykim1 anthonykim1 added area-repl and removed triage-needed Needs assignment to the proper sub-team labels Jul 25, 2024
@anthonykim1 anthonykim1 added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. and removed bug Issue identified by VS Code Team member as probable bug labels Dec 12, 2024
@karthiknadig karthiknadig added this to the January 2025 milestone Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants