-
I have noticed that a web view plugin extension is offered in Theia under the following path: theia/packages/plugin-ext/src/main/browser/webview/webview.ts and I wanted to know how to implement this as a Theia plugin? I have tried to use vscode plugin, but found that vscode webview plugin is not compatible with Theia.For example, the Netron plugin for VS Code, which can be found at https://github.com/chingweihsu0809/NetronInVSCode.git, does not work properly in Theia.The widget shown as |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @Nichole0, the webview API is definitely supported in Theia and is supposed to work as expected. I've just tested this specific extension in Theia: |
Beta Was this translation helpful? Give feedback.
-
I’m still having trouble getting the plugin to work. |
Beta Was this translation helpful? Give feedback.
I simply downloaded the extension from the vscode marketplace and installed it into Theia. Additionally, I needed to run
pip install netron
. Aside from that, everything worked out of the box.