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
Deno language features within Jupyter notebooks do not work in VScode if Deno is enabled in the workspace.
System:
Windows 10
Deno 1.37.2
Python 3.12.0
VS Code: 1.83.1
Deno vscode extension: 3.26.0
Jupyter vscode extension: 2023.9.1102792234
Steps to reproduce:
create an empty folder and open it in VS Code
create a Jupyter Notebook file, select Deno kernel and TypeScript language
in the Notebook, create a variable in one code block and reference it in a second code block - at this point everything works
create deno.json file
go to the Jupyter Notebook file - at this point the deno autocomplete is broken, the variable reference does not work anymore
The text was updated successfully, but these errors were encountered:
karelklima
changed the title
[jupyter-kernel] deno.json in VScode breaks notebooks
[jupyter-kernel] Deno enabled in VScode breaks notebooks
Oct 22, 2023
This is tracked in denoland/vscode_deno#932. The same thing would happen with Deno disabled if you used imports in one of the cells, it's just that Deno is always in ESM mode.
Deno language features within Jupyter notebooks do not work in VScode if Deno is enabled in the workspace.
System:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: