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

Support for Deno TypeScript error reporters in Jupyter Notebooks #130

Open
PureStupid opened this issue Nov 17, 2024 · 2 comments
Open

Support for Deno TypeScript error reporters in Jupyter Notebooks #130

PureStupid opened this issue Nov 17, 2024 · 2 comments
Labels
pending opener's response Awaited response from the issue opener's

Comments

@PureStupid
Copy link

Currently, support for pretty Deno TypeScript error reporters is available in .ts files.

As Deno has a built-in Jupyter kernel with TypeScript support for Jupyter Notebooks, would it be possible to extend pretty error support to the .ipynb file extension?

Thanks.

@yoavbls
Copy link
Owner

yoavbls commented Nov 23, 2024

It is already working in Deno Jupyter Notebooks:

image

.

Keep in mind that the type checking is not working at all if the Deno extension is not installed and enabled and the project is recognized as Deno project (has deno.json file)

@yoavbls yoavbls added the pending opener's response Awaited response from the issue opener's label Nov 23, 2024
@PureStupid
Copy link
Author

Can confirm that all the prerequisites have already been fulfilled, but I am only receiving the original error on ipynb.
image

Pretty error reporting works fine on .ts files.
image

Would appreciate any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending opener's response Awaited response from the issue opener's
Projects
None yet
Development

No branches or pull requests

2 participants