You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have my cursor in a .py file on a line e.g.import math and click shift + enter the following happens:
Integrated terminal opens with shell running
conda activate ... command is executed in shell (my environment)
import math is run (the .py line) in shell (which eventually fails)
Python terminal is opened
import math (the selected line) is executed before the python terminal was opened.
This is quite annoying because a import statement in shell actually does something (import-im6.q16).
Extension version: 2023.20.0
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:50:47.800Z)
OS version: Linux x64 6.5.0-10008-tuxedo
Modes:
System Info
Item
Value
CPUs
Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (8 x 3300)
Type: Bug
When I have my cursor in a .py file on a line e.g.
import math
and clickshift
+enter
the following happens:conda activate ...
command is executed in shell (my environment)import math
is run (the .py line) in shell (which eventually fails)import math
(the selected line) is executed before the python terminal was opened.This is quite annoying because a
import
statement in shell actually does something (import-im6.q16
).Extension version: 2023.20.0
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:50:47.800Z)
OS version: Linux x64 6.5.0-10008-tuxedo
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: