-
Hi,
And I have added these lines to the frontend module:
but it does not take effect, I can see my custom class in the dev tools sources page, but the showDialog is not called from my custom class. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @safisa, even though theia/packages/plugin-ext/src/main/browser/message-registry-main.ts Lines 37 to 38 in e27e4d4 You will need to override the caller side in order for your changes to take effect. |
Beta Was this translation helpful? Give feedback.
There is actually a way to override it, but not though the normal means of using inversify. I've done this a few times in the past due to the inversify limitation: