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
Expected result:
Program runs in the integrated terminal and prints "Hello".
Actual result:
Program does not run.
"Python" terminal output (pylint output removed):
User belongs to experiment group 'ShowPlayIcon - start'
User belongs to experiment group 'ShowExtensionSurveyPrompt - control'
User belongs to experiment group 'DebugAdapterFactory - experiment'
User belongs to experiment group 'PtvsdWheels37 - experiment'
Starting Microsoft Python language server.
> conda --version
> pyenv root
> python3.7 -c "import sys;print(sys.executable)"
> python3.6 -c "import sys;print(sys.executable)"
> python3 -c "import sys;print(sys.executable)"
> python2 -c "import sys;print(sys.executable)"
> python -c "import sys;print(sys.executable)"
> py -3.7 -c "import sys;print(sys.executable)"
> py -3 -c "import sys;print(sys.executable)"
> py -2 -c "import sys;print(sys.executable)"
> py -3.6 -c "import sys;print(sys.executable)"
> C:\Python37\python.exe -c "import sys;print(sys.executable)"
> conda info --json
> ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\John\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python.exe c:\Users\John\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\John\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Microsoft\WindowsApps\python3.exe c:\Users\John\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\interpreterInfo.py
> C:\Python37\python.exe c:\Users\John\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\ptvsd_folder_name.py
> C:\Python37\python.exe c:\Users\John\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\ptvsd_folder_name.py
Additional info:
When the Python 2.7.15 interpreter is specified for python.pythonPath, everything works as expected: test.py runs and breakpoints are hit.
The text was updated successfully, but these errors were encountered:
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines.
VSCode version 1.39.1
Python 2019.10.41019
Windows 10 Home with Python 3.7.1 and 2.7.15 installed
Steps to reproduce:
Create a workspace folder with:
Debug
test.py
usingPython: Current File
.Expected result:
Program runs in the integrated terminal and prints "Hello".
Actual result:
Program does not run.
"Python" terminal output (pylint output removed):
Additional info:
When the Python 2.7.15 interpreter is specified for
python.pythonPath
, everything works as expected:test.py
runs and breakpoints are hit.The text was updated successfully, but these errors were encountered: