Skip to content

Cannot select Python interpreter in a multi-root folder workspace #43572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kentwait opened this issue Feb 13, 2018 · 1 comment
Closed

Cannot select Python interpreter in a multi-root folder workspace #43572

kentwait opened this issue Feb 13, 2018 · 1 comment
Assignees

Comments

@kentwait
Copy link

  • VSCode Version: 1.20.0
  • OS Version: OS X 10.11.6

Steps to Reproduce:

  1. Create a workspace
  2. Add a folder A to the workspace
  3. Add another folder B to the workspace
  4. Set folder-specific Python interpreter for folder B. Folder should now have a .vscode/settings.json file.
  5. Open a Python file in folder B. Import will fail for packages only installed within the virtual environment. Specific interpreter set in folder settings is not used in multi-root workspace. Opening only folder B, vscode loads the correct interpreter.

Does this issue occur when all extensions are disabled?: Yes/No
Yes

@bpasero
Copy link
Member

bpasero commented Feb 14, 2018

Reading your description it seems that the issue originates from an extension and not VS Code itself. Thereby I will close this issue and kindly ask you to report this issue against the extension repository.

Most extensions are on GitHub as well so it should be easy to file it against the extension. If you open an extension on the market place, click on the Support link to find out more.

screen shot 2016-05-05 at 12 51 17

Thanks again for your feedback!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants