Can a single extension crash stop the whole theia application #13389
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @jeraldpraveen,
there's nothing Theia can really do if an extension decides to crash the whole plugin host. However, extensions usually shouldn't do that. Do you have a specific extension that regularly crashes? Note that the application doesn't stop working, only the extension support.
The IPC error is logged, see here, but there's no event triggered. Feel free to contribute something to improve on that. |
Beta Was this translation helpful? Give feedback.
Hey @jeraldpraveen,
there's nothing Theia can really do if an extension decides to crash the whole plugin host. However, extensions usually shouldn't do that. Do you have a specific extension that regularly crashes? Note that the application doesn't stop working, only the extension support.
The IPC error is logged, see here, but there's no event triggered. Feel free to contribute something to improve on that.