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
On our end, we have our notebooks in one mounted folder (denoted as /mount)
While our lib is installed in home folder (/home/user)
In this case, lsp works if I create lsp client and server within a notebook
(I just create lsp server via PythonLSPServer in sub process without any other args except std I/O)
However, when I try to navigate the definition with extension, websocket just returns nothing and I got error then
Is it expected or shall I make any additional config? On my case my code and lib are placed at different filesystem and I create symlink across them, not sure if it would access any corener case
Context
Operating System and version:
Browser and version:
JupyterLab version:
Language server and version:
Required: installed server extensions
Paste the output from running `jupyter server extension list` from the command line here.
You may want to sanitize the paths in the output.
Required: installed lab extensions
Paste the output from running `jupyter labextension list` from the command line here.
You may want to sanitize the paths in the output.
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output (recommended for all interface issues)
Paste the output from your browser JavaScript console replacing the text in here.
take a further look today, PythonLSPServer shall be good, as if I send text decinition rpc msg to server directly, it works
Looks like in LanguageServerManager.on_client_message function doesn't reply?
linlol
changed the title
Jump definition doesn't work with lsp_symlink
(no action need know, set issue for further tracking) Jump definition doesn't work with lsp_symlink
Sep 14, 2024
Description
On our end, we have our notebooks in one mounted folder (denoted as /mount)
While our lib is installed in home folder (/home/user)
In this case, lsp works if I create lsp client and server within a notebook
(I just create lsp server via PythonLSPServer in sub process without any other args except std I/O)
However, when I try to navigate the definition with extension, websocket just returns nothing and I got error then
Is it expected or shall I make any additional config? On my case my code and lib are placed at different filesystem and I create symlink across them, not sure if it would access any corener case
Context
Required: installed server extensions
Required: installed lab extensions
Troubleshoot Output
Command Line Output
Browser Output (recommended for all interface issues)
The text was updated successfully, but these errors were encountered: