palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.61k stars 283 forks source link

Add document path to Jedi's sys_path #879

Closed ccordoba12 closed 3 years ago

ccordoba12 commented 3 years ago

This allows to have completions for files out of the workspace's root_path.

This addresses spyder-ide/spyder#11118