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
Reported number of Python REPL users, especially those with older machines, have been suffering from a problem where the very first Python command they run (e.g. by shift+enter in a line of Python code), was ignored completely and not sent to Python REPL or pasted multiple times in their shell that launches Python REPL instead of inside Python REPL.
Setup:
Make sure you have Python installed in your computer.
Steps:
Open Python file. (aka. .py file)
Write some Python code. (Ignore this step if you already have Python code in your previously set up Python file)
Shift+enter on line with Python code to see whether the code you just executed has been sent to Python REPL properly. Observe that the command you sent was not ignored. Also observe if command hasn't been duplicated into Shell that launches your Python REPL as well as to your Python REPL.
Try Python: Clear Cache and reload via control(command for mac)+shift+p.
Shift+enter on line with Python code
Observe Python command has not been ignored, or duplicated.
The text was updated successfully, but these errors were encountered:
Refs: #22673 #22545 #22691
Complexity: 2
Create Issue
Thank you in advance for testing this TPI.
Background Information
Reported number of Python REPL users, especially those with older machines, have been suffering from a problem where the very first Python command they run (e.g. by shift+enter in a line of Python code), was ignored completely and not sent to Python REPL or pasted multiple times in their shell that launches Python REPL instead of inside Python REPL.
Setup:
Steps:
Python: Clear Cache and reload
via control(command for mac)+shift+p.The text was updated successfully, but these errors were encountered: