Extension crash after last vscode update #2740
Replies: 2 comments 8 replies
-
Hi @gandalfthegreydev , For a deeply debug, you could try build and run VS Code itself, but its been a looong time I don't do this, even with weirdest errors while debugging my extensions. But, I think regular debugging could work. You will have not only the On the other hand, if you are not sure in which VS Code release the error started, you could try installing older releases via the official documentation. Then, you look for Release Notes, trying to identify which news could have affected your extension. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Thank you for the hint. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys. Starting from the latest (or the previous one) vscode update, one of my extension crash immediatly.
I'm not a professional vscode developer, i did a fork of an existing extension last year, made a couple of changes and used it properly until a couple of days ago.
I would like to see why it's crashing, the extension host log doens't say anything useful except that is crashed.
How can I debug deeply ? I would like to know which line is crashing
Beta Was this translation helpful? Give feedback.
All reactions