forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsarea-terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Description
VS Code does not properly run Python files on my laptop.
- The Run / Play button does not work
- Python is installed and works in the system terminal
- VS Code does not recognize or persist the selected Python interpreter
- The integrated terminal always opens in PowerShell
- Reinstalling VS Code and Python did not fix the issue
- Same setup works correctly on another PC
This appears to be a VS Code editor or environment issue specific to this machine.
VS Code Version
Latest stable version (reinstalled multiple times)
OS Version
Windows 10 / Windows 11 (please adjust to the correct one)
Steps to Reproduce
- Install Python
- Install VS Code
- Open a
.pyfile - Click the Run / Play button
- Nothing happens / Python is not recognized
Expected Behavior
Python file should run using the selected interpreter.
Actual Behavior
Run button does nothing or VS Code fails to use Python.
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsarea-terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug