Support for Deno TypeScript error reporters in Jupyter Notebooks
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.
It is already working in Deno Jupyter Notebooks:
.
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)
Can confirm that all the prerequisites have already been fulfilled, but I am only receiving the original error on ipynb.
Pretty error reporting works fine on .ts files.
Would appreciate any help!
@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.