-
Notifications
You must be signed in to change notification settings - Fork 133
Regression in PYTHONPATH support #993
Comments
I understand, but there is no such module |
whoops, yeah, that's from me trying to cut this down. I'll reopen this when I fix the reproduction. |
No problem. I'd also like to know your OS, as we might have different setups. I also run using the |
I'm running macOS 10.13.6 with Python 3.7, VSCode 1.33.1, and python language server 0.2.59.0 Fixing the typo apparently still leads to an unresolved import issue: I've push the fix to the repo I linked above. |
With what you have in that repo, it works for me. My OS is Windows, but I'm willing to bet that it's an extension version difference that's doing this and not the OS (but I'll be checking). Would you be willing to try out running the extension at You might also be able to test the "development build", though I don't know which revision it's built from. |
I just tried it with the |
That's good news; thank you for checking. |
It seems that it is no longer possible to set PYTHONPATH and have that respected for imports.
Here's a small repo that should reproduce the issue: https://github.com/chdsbd/vscode-pythonpath-reproduction
I think this may be related to #849
The text was updated successfully, but these errors were encountered: