-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
May 13, 2025
Replies: 1 comment 4 replies
-
Hey @Hanksha, on long disconnects, the backend will kill the connection container and everything associated with it (plugin host, etc.). In that case, the frontend needs to reload to reconnect correctly. However, this behavior needs to be configured in the app configuration. See: theia/examples/electron/package.json Line 13 in 6d1a4a1 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Hanksha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Hanksha,
on long disconnects, the backend will kill the connection container and everything associated with it (plugin host, etc.). In that case, the frontend needs to reload to reconnect correctly. However, this behavior needs to be configured in the app configuration. See:
theia/examples/electron/package.json
Line 13 in 6d1a4a1