Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Read search paths from configuration in didChangeConfiguration, update on the fly #1388

Closed
jakebailey opened this issue Jul 25, 2019 · 0 comments · Fixed by #1492
Closed
Assignees
Labels
enhancement New feature or request feature: imports
Milestone

Comments

@jakebailey
Copy link
Member

With #1289, we can now do what I mentioned in #794:

  • Don't read searchPaths in initialization options (note: need to preserve backward compat for a time).
  • Accept our own list (or lists) of paths in the main configuration sent in didChangeConfiguration.
  • Read PYTHONPATH from the environment.
  • Combine info ourselves.

This would mean:

But, before doing this, we'll need to settle on our choices of configuration options, as python.autoComplete.extraPaths is likely not what we'd want to call it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feature: imports
Projects
None yet
2 participants