-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[plugin] support multiple remote connection of plugins #4509
Comments
@ensorrow Could you have a look? |
So does it mean that plugins only work for last page? @benoitf |
Yes, that's the problem. Only the last client can receive the message from server. |
Yes, just verified that it is broken. |
Right now the backend always run one plugin host process. It won't work for multiple clients since each client should have own context (opened dirty editors and so on). It's quite mind boggling to refactor to give each client its own plugin host process (especially on Friday afternoon), will see what can be done next week :) |
yes, I think there is an open issue but I'm not finding it :-/ |
Hope you can close the issue this week😉.That’s the only problem we are facing now on developing a Theia based IDE.Theia is awesome. |
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
Awesome!!! |
Reopening as it is not merged, yet. |
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
Is there any plan to fix this problem recently?
Plugins will be quite useless without this feature...
The text was updated successfully, but these errors were encountered: