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...