Hello!I use jupyterlab-lsp with python-lsp-server. When I try to type in a file path, the auto-completion adds an \ before the last /, and it can't suggest the contents in this directory.


I find this:
When I Removed "\\" from this line, it worked well. I'm not sure why it do this...
Hello!I use jupyterlab-lsp with python-lsp-server. When I try to type in a file path, the auto-completion adds an \ before the last /, and it can't suggest the contents in this directory.


I find this:
python-lsp-server/pylsp/plugins/jedi_completion.py
Line 234 in 59856af
When I Removed "\\" from this line, it worked well. I'm not sure why it do this...