We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: Bug
XXX
"interactiveWindow.executeWithShiftEnter": false
print(1)
🐛 newline is added
Python
Output
View
Extension version: 2024.13.2024080801 VS Code version: Code - Insiders 1.93.0-insider (8245d426e009ec7864018ed05ae2a282af42f03b, 2024-08-08T05:03:51.428Z) OS version: Windows_NT x64 10.0.22631 Modes:
python.languageServer
languageServer: "Jedi" experiments • optInto: ["pythonTerminalEnvVarActivation"]
vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 vsaa593:30376534 py29gd2263:31024238 c4g48928:30535728 962ge761:30841072 pythongtdpath:30726887 welcomedialog:30812478 pythonnoceb:30776497 asynctok:30898717 dsvsc013:30777762 dsvsc014:30777825 dsvsc015:30821418 pythonregdiag2:30926734 pythonmypyd1:30859725 2e7ec940:31000449 pythontbext0:30879054 accentitlementst:30870582 dsvsc016:30879898 dsvsc017:30880771 dsvsc018:30880772 cppperfnew:30980852 pythonait:30973460 jg8ic977:31013176 a69g1124:31018687 dvdeprecation:31040973 dwnewjupyter:31046869 nb_pri_only:31057983 nativerepl1:31104042 refactort:31084545 pythonrstrctxt:31093868 flighttreat:31105043 wkspc-onlycs-c:31111717 nativeloc2:31111756 wkspc-ranged-c:31111712 cf971741:31111988 fcdif617:31111928
The text was updated successfully, but these errors were encountered:
a3dcf1b
Fix execInREPL Enter to respect complete expression (microsoft#23973)
092f5f0
Resolves: microsoft#23934 Updating to check filed of object, since structure/type has changed when I refactored code for native REPL.
anthonykim1
Successfully merging a pull request may close this issue.
Type: Bug
Behaviour
XXX
Steps to reproduce:
"interactiveWindow.executeWithShiftEnter": false
print(1)
in the input box and press enter to execute it🐛 newline is added
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2024.13.2024080801
VS Code version: Code - Insiders 1.93.0-insider (8245d426e009ec7864018ed05ae2a282af42f03b, 2024-08-08T05:03:51.428Z)
OS version: Windows_NT x64 10.0.22631
Modes:
python.languageServer
setting: JediUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: unavailable_software
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: