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

Enabling direnv disables Python intellisense #484

Open
fedorenchik opened this issue May 9, 2023 · 2 comments
Open

Enabling direnv disables Python intellisense #484

fedorenchik opened this issue May 9, 2023 · 2 comments
Labels
question Further information is requested

Comments

@fedorenchik
Copy link

After loading direnv environment, python autocomplete stops working. It seems it affects vs code python intellisense environment in some way that it prevents it find imported python modules or some settings.

Steps to reproduce:

  1. create python venv with pipenv with some project
  2. check that intellisense works
  3. add .envrc with layout pipenv
  4. let extension to load .envrc (automatically or with manual reload)
  5. python intellisense stops working

Expected behaviour:

  • python intellisence continues to work
@mkhl
Copy link
Contributor

mkhl commented May 20, 2023

Just so you know, writing a bad review does not magically give me the time and spoons to triage your vague issue, and instead makes me less likely to believe you're acting in good faith.

As for the issue, it works just fine for me, even with pipenv (which I was surprised to learn people are still using). And you have not given me any details I might use to keep chasing this, including error messages or info about what you have tried.
Those might make good starting points if you are in fact interested in getting your issue fixed.

@mkhl mkhl added the question Further information is requested label May 20, 2023
@mkhl
Copy link
Contributor

mkhl commented Jun 1, 2023

BTW did you check out #386?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants