forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Environment data
VS Code version: 1.18 insiders
Python Extension version: 0.8.0
Python Version: 3.6
OS and version: macOS 10.13.2
Actual behavior
Python binary (${workspaceRoot}/.direnv/python-3.6.3/bin/python
) is not on the list.
Expected behavior
Python binary should be listed.
Steps to reproduce:
- install and enable
direnv
(https://direnv.net/) - create an
.envrc
file withlayout python3
orlayout python
as its contents - run
direnv allow
- launch Code
- run the "Python: Select interpreter" command
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality