You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do experience difficulties very similar to the one reported in #421
If I start Jupyter from my home directory, which contains several python projects, pyls walks though the whole tree, searching and lstat-ing all the python files in there, making the experience frustrating and unusable.
By starting the server from a different directory, without children to walk through, pyls works extremely well.
I checked the behaviour viastrace -p $(pgrep pyls) as recommended in the ticket.
I hope you can suggest how pyls could be configured (via environmental variables, or any other configuration trick) to force pyls to search only in my PYTHONPATH and in my open file, without traversing the whole directory tree.
Thank you
Dear all,
I am using pyls using JupyterLab, via the excellent and new https://github.com/krassowski/jupyterlab-lsp package.
I do experience difficulties very similar to the one reported in #421
If I start Jupyter from my home directory, which contains several python projects, pyls walks though the whole tree, searching and lstat-ing all the python files in there, making the experience frustrating and unusable.
By starting the server from a different directory, without children to walk through, pyls works extremely well.
I checked the behaviour via
strace -p $(pgrep pyls)
as recommended in the ticket.I hope you can suggest how pyls could be configured (via environmental variables, or any other configuration trick) to force pyls to search only in my PYTHONPATH and in my open file, without traversing the whole directory tree.
Thank you
I am using
The text was updated successfully, but these errors were encountered: