How to expose Vue.js Project APIs from a VSCode Extension Accessible to Theia #13973
Replies: 1 comment 4 replies
-
|
Hey @Ashishh0007, to facilitate communication between the Theia frontend (which is what I assume you're talking about) and a VS Code extension, it's usually easiest to use the In addition to that, since you have a Vue.js based webview (right?), you will need to additionally establish communication between the webview and your extension via the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can we expose APIs from a Vue.js project, located within a VSCode extension, accessible to Theia?
Beta Was this translation helpful? Give feedback.
All reactions