### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: - Local OS: - Remote OS: - Remote Architecture: - `code-server --version`: ### Steps to Reproduce 1. open code-server 2. create a new jupyter notebook 3. install python and jupyter extensions ### Expected - Given a jupyter notebook - When writing e.g. `import numpy` and `np.ones(` - Then a nice hover window pops up ### Actual - No hover window pops up ### Logs _No response_ ### Screenshot/Video _No response_ ### Does this issue happen in VS Code or GitHub Codespaces? - [X] I cannot reproduce this in VS Code. - [X] I cannot reproduce this in GitHub Codespaces. ### Are you accessing code-server over HTTPS? - [X] I am using HTTPS. ### Notes - This works in VS Code - This works in Github Codespaces (even with JEDI language server) - Given a plain python file in code-server, the same steps DO lead to a hover window. - //EDIT: Also just realized that functions such as `peek definition` also do not work in a jupyter notebook in code-server?
Is there an existing issue for this?
OS/Web Information
code-server --version:Steps to Reproduce
Expected
import numpyandnp.ones(Actual
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
peek definitionalso do not work in a jupyter notebook in code-server?