Closed
Description
Environment data
VS Code version: 1.8.1
Python Extension version: 0.8.0
Python Version: 3.6.3
OS and version: macOS 10.13.2
Actual behavior
use system python
if I leave python.pythonPath
blank
Expected behavior
find python
at current path
use
python
set pypyenv
I can set.python-version
in some parent-folder
Steps to reproduce:
pyenv local <some-version>
at~/dev
- open
~/dev/project1
as a project - current
python.pythonPath
is the system-wide, not read from current folder.