Replies: 1 comment 2 replies
-
Hello @vhagiu Python in the Output panel (View →Output , change the drop-down the upper-right of the Output panel to Python )
Would love to dig into this further. Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got some python code and I'm trying to run separate snippets of code.
When using "shift+Enter" or "run selection/line in python terminal" I get the below error:
zsh: unknown file attribute: i
I saw some issues related to "run selection/line in python terminal" or "shift+Enter" but they were related to a specific version of the Python extension for VSCode from 2023 (#21419).
My python extension version is v2024.12.2 (VSCode version: 1.92.0 (Universal)).
Any idea what this error indicates and how to troubleshoot it?
Thank you in advance for your help 😄
Beta Was this translation helpful? Give feedback.
All reactions