Show the Interactive Window if code was added/executed from a python file #11138
Labels
bug
Issue identified by VS Code Team member as probable bug
interactive-window
Impacts interactive window
Issue Type: Bug
Set "Jupyter: Interactive Window Mode" to "perFile", "Interactive Window: Always scroll on new cell" to "True".
Create a "hello.py" file with "print('hello')" code, then send this code to interactive window, new interactive window named "Interactive - hello.py" is created printing 'hello' string.
Create another file named "world.py" with "print('world')" code, send this code to interactive window, then new interactive window named "Interactive - world.py" is created printing 'world' string. AT THE MOMENT THE ACTIVE FOCUS IS AT THE "Interactive - world.py" WINDOW.
Activate first "hello.py" file, then send "print('hello')" code to interactive window again, then the FIRST INTERACTIVE WINDOW "Interactive - hello.py" SHOULD GET FOCUSED with the result. BUT this is not working.
Previous version of 1.63 has got this done perfectly, but from version of 1.64 to recent version(including insider version of 1.69) this feature has been failed.
Thanks for in advance for helping me with this issue.
VS Code version: Code 1.68.0 (Universal) (4af164ea3a06f701fe3e89a2bcbb421d2026b68f, 2022-06-08T11:44:00.250Z)
OS version: Darwin x64 21.5.0
Restricted Mode: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (17)
A/B Experiments
The text was updated successfully, but these errors were encountered: