Unexpected environment variable PYTHON_BASIC_REPL = 1 with ms-python.python extension version 2025.14.0 #25460
-
Python version: 3.13.7 VS code terminal shows the latest version of ms-python.python extension enables an environment variable PYTHON_BASIC_REPL = 1, and there seems no settings to turn it off. This issue is not found in extention version 2025.12.0 and earlier. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Try setting |
Beta Was this translation helpful? Give feedback.
Try setting
python.terminal.shellIntegration.enabled
to false. It will re-enable PyREPL for you.