DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
904 stars 39 forks source link

First line of error stack is not presented #51

Closed mrbar42 closed 2 years ago

mrbar42 commented 2 years ago

For some reason the first line of any error thrown in a cell is trimmed. i assume there is some sort of cleanup going on to remove internal frames, but the first line with the message should always be shown.

to reproduce simply throw an error in a code cell in a notebook (see pic).

image

Version & OS Info Version: 1.64.2 Commit: f80445acd5a3dadef24aa209168452a3d97cc326 Date: 2022-02-09T22:00:58.347Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Darwin x64 21.2.0
DonJayamanne commented 2 years ago

Fixed.

JoshWillik commented 1 year ago

I don't think it's fixed, I'm still seeing this today image

idpsycho commented 10 months ago

@DonJayamanne still doesnt work, can we reopen this?