-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workingtriageThis issue needs to be triaged by a maintainerThis issue needs to be triaged by a maintainer
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser:
- Local OS:
- Remote OS:
- Remote Architecture:
code-server --version
:
Steps to Reproduce
- open code-server
- create a new jupyter notebook
- install python and jupyter extensions
Expected
- Given a jupyter notebook
- When writing e.g.
import numpy
andnp.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?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- 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?
SeijiSuenaga
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageThis issue needs to be triaged by a maintainerThis issue needs to be triaged by a maintainer