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: 1.20.1
Python Extension version: 2018.1.0
Python Version: 3.6.4
OS and version: Windows 10 v1709
Actual behavior
When selecting a Python Linter and having Git Bash defined as your terminal VS Code will try to run the command with a path like: C:\Program Files (x86)\Python36-32\python
This generates an "commando not found" error
Expected behavior
The path should be formatted like C:\\Program Files (x86)\\Python36-32\\python
Please could you try installing the Insiders Build
I believe this has been resolved, and the fix will be in the next release (sometime next week), until then please use the insiders build of the extension above.
Environment data
VS Code version: 1.20.1
Python Extension version: 2018.1.0
Python Version: 3.6.4
OS and version: Windows 10 v1709
Actual behavior
When selecting a Python Linter and having Git Bash defined as your terminal VS Code will try to run the command with a path like: C:\Program Files (x86)\Python36-32\python
This generates an "commando not found" error
Expected behavior
The path should be formatted like C:\\Program Files (x86)\\Python36-32\\python
Steps to reproduce:
Logs
The text was updated successfully, but these errors were encountered: