pretty-ts-errors icon indicating copy to clipboard operation
pretty-ts-errors copied to clipboard

Support for Deno TypeScript error reporters in Jupyter Notebooks

Open PureStupid opened this issue 1 year ago • 2 comments

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.

PureStupid avatar Nov 17 '24 17:11 PureStupid

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 avatar Nov 23 '24 18:11 yoavbls

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!

PureStupid avatar Nov 24 '24 04:11 PureStupid

@PureStupid I tried this again at the current date, and it seems to be working. Closing it as a stale issue for now, please let me know if it's still relevant to re-open it.

Image

kevinramharak avatar Oct 12 '25 16:10 kevinramharak