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

Enable test for interactive window starting with active interpreter #5478

Closed
joyceerhl opened this issue Apr 9, 2021 · 1 comment · Fixed by #9873
Closed

Enable test for interactive window starting with active interpreter #5478

joyceerhl opened this issue Apr 9, 2021 · 1 comment · Fixed by #9873
Assignees
Labels
debt Code quality issues interactive-window Impacts interactive window

Comments

@joyceerhl
Copy link
Contributor

This requires changes to the Python API. For example if we want to test that the interactive window picks up the current active interpreter if it's changed without needing to reload VS Code, we need to add the ability to invoke the Python extension's python.setInterpreter command from the Jupyter extension (i.e. make the command handler accept an optional URI or PythonEnvironment).

@joyceerhl joyceerhl mentioned this issue Apr 20, 2021
9 tasks
@DonJayamanne DonJayamanne added the candidate Issue identified as probable candidate for fixing in the next release label Jun 10, 2021
@greazer greazer removed the candidate Issue identified as probable candidate for fixing in the next release label Jun 10, 2021
@greazer greazer added debt Code quality issues interactive-window Impacts interactive window labels Aug 2, 2021
@rchiodo rchiodo self-assigned this May 2, 2022
@rchiodo
Copy link
Contributor

rchiodo commented May 2, 2022

Started on this here:
https://github.com/microsoft/vscode-jupyter/tree/rchiodo/interactive_test

Might need a command in VS code to focus an interactive window.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Code quality issues interactive-window Impacts interactive window
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants