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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

input box code from non-jupyter IW will be sent to new jupyter IW #15672

Closed
amunger opened this issue May 7, 2024 · 1 comment 路 Fixed by #15673
Closed

input box code from non-jupyter IW will be sent to new jupyter IW #15672

amunger opened this issue May 7, 2024 · 1 comment 路 Fixed by #15673
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@amunger
Copy link
Contributor

amunger commented May 7, 2024

  1. delete the jupyter keybinding for interactive.execute for shift+enter
  2. type print(1) in the input box for an IW and press shift+enter
    馃悰 new IW is opened to execute the code
@amunger amunger added the bug Issue identified by VS Code Team member as probable bug label May 7, 2024
@amunger amunger self-assigned this May 7, 2024
@amunger amunger added this to the May 2024 milestone May 28, 2024
@amunger
Copy link
Contributor Author

amunger commented May 28, 2024

verification:

  1. install python and jupyter pre-release extensions
  2. run Create new Interactive Window
  3. type print(1) in the input box and press shift+enter (the keybinding is now contributed by core)
  4. ensure the code was executed as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant