-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocompletion doesn't work in VSCode jupyter notebooks + deno kernel #20657
Comments
Thanks for reporting, that's quite strange! I'll take a look at the extension and see if that's the problem with how it treats TS cells or problem on the Deno side. |
CC @rgbkrk |
Hi, I’m one of the engineers working on vscode and support for Jupyter notebooks in vscode |
@rgbkrk @bartlomieju This is the error message I'm getting
|
The last patch release was missing this hardening of the If you want to try out widgets (really only
You can also target a specific commit like:
One other note on widget support -- there is only sending, no receiving. |
Autocompletion does not work for me on Windows if Deno and Python are installed via scoop. I uninstalled everything and installed Deno using the recommended PowerShell command and Python using Windows installer, which fixed the problem. |
To reproduce:
let x = 42
x.
Autocompletion doesn't show up when I press tabs. It currently works only in jupyterlab.
Is there any way to get it working in VSCode?
The text was updated successfully, but these errors were encountered: