forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Milestone
Description
- macOS @isidorn
- linux @rzhao271
- windows @connor4312
Complexity: 2
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:
- 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.