Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
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

@jakebailey

Description

@jakebailey

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions