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. |
Answered by
anthonykim1
Sep 13, 2025
Replies: 2 comments
0 replies
|
Try setting |
0 replies
Answer selected by
cappuddono
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try setting
python.terminal.shellIntegration.enabledto false. It will re-enable PyREPL for you.