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
VS Code version: Version 1.20.0
Commit c63189deaa8e620f650cc28792b8f5f3363f2c5b
Date 2018-02-07T17:09:39.780Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
Python Extension version: 2018.1.0
Python Version: Python 2.7.14 :: Anaconda, Inc.
OS and version: OS Name Microsoft Windows 10 Enterprise 2016 LTSB
Version 10.0.14393 Build 14393
Actual behavior
When I launch the app to debug the current file, I receive the following message:
Error: Failed to launch the Python Process, please validate the path '${workspaceFolder}/virtualenv/python'
The path definitely exists.
Changing the setting to use the full path without the ${workspaceFolder} variable works as expected.
Expected behavior
The file should launch in debug as expected.
Steps to reproduce:
Use Annaconda (or similar virtualenv tech) to create a virtualenv in a project
Set the python.pythonPath setting to the newly created virtual env using the workspaceFolder or workspaceRoot variable:
Environment data
VS Code version: Version 1.20.0
Commit c63189deaa8e620f650cc28792b8f5f3363f2c5b
Date 2018-02-07T17:09:39.780Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
Python Extension version: 2018.1.0
Python Version: Python 2.7.14 :: Anaconda, Inc.
OS and version: OS Name Microsoft Windows 10 Enterprise 2016 LTSB
Version 10.0.14393 Build 14393
Actual behavior
When I launch the app to debug the current file, I receive the following message:
The path definitely exists.
Changing the setting to use the full path without the
${workspaceFolder}
variable works as expected.Expected behavior
The file should launch in debug as expected.
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: