Skip to content
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

Jupyter notebook requires enabling deno in settings.json to disable TS even when deno.json exists #1102

Closed
dsherret opened this issue Apr 3, 2024 · 0 comments · Fixed by #1103
Labels
bug Something isn't working

Comments

@dsherret
Copy link
Member

dsherret commented Apr 3, 2024

Describe the bug

I have a folder with only a jupyter notebook in it and a deno.json. In this folder TypeScript is still giving diagnostics.

image

I can fix this by adding a .vscode/settings.json file with { "deno.enable": true } in it.

To Reproduce

  1. Create a folder with only a deno.json and a report.ipynb file
  2. Observe typescript diagnostics exist and auto-complete gives two entries for everything.

Expected behavior

TypeScript should not be showing diagnostics.

Versions

vscode: 1.87.2 deno: 1.42.1+86bc7a4 extension: 3.36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant