Skip to content
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

setting pythonpath in launch.json fails #39790

Closed
elypma opened this issue Dec 6, 2017 · 1 comment
Closed

setting pythonpath in launch.json fails #39790

elypma opened this issue Dec 6, 2017 · 1 comment
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@elypma
Copy link

elypma commented Dec 6, 2017

  • VSCode Version: 1.18.1
  • OS Version: windows 7

Steps to Reproduce:

  1. Create an empty .env file in the ${workspaceRoot} (which is confusing with multiple folders)
  2. Set the pythonpath in launch.json:
    "envFile": "${workspaceRoot}/.env",
    "env": {
    "PYTHONPATH": "${workspaceRoot}/_common/packages"
    },
  3. This only works when the "envFile" setting is completely removed or when the .env file is deleted.

Reproduces without extensions: No (depends on python extension)

@vscodebot vscodebot bot added the debug Debug viewlet, configurations, breakpoints, adapter issues label Dec 6, 2017
@weinand
Copy link
Contributor

weinand commented Dec 8, 2017

This issue was moved to microsoft/vscode-python#376

@weinand weinand closed this as completed Dec 8, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

2 participants