Request: Allow contribution of options for GlspVscodeConnector - Messenger #1454
-
Hey there, The VSCode Messenger has an option called 'ignoreHiddenViews', this is set to true when constructed without passing in any options. This stops the diagram client from receiving any action messages etc. whenever the webview is considered hidden, for example if you have it as one of your tabs but it is not the editor in focus. This causes issues in our project whenever someone changes tab to edit our source model, as the message sent from the source model to the webview never arrives at the client, resulting in the model not updating. Unfortunately Messenger is declared as read-only in GlspVscodeConnector, so I had to copy GlspVscodeConnector and GlspEditorProvider in order to pass the options in for this. It would be great if you could add a way for us to provide this in future. Kind Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@jmenzies12 |
Beta Was this translation helpful? Give feedback.
@jmenzies12
That's a very reasonable request. I will convert this discussion into an issue so that we can tackle it in the next release cycle.