Replies: 1 comment 2 replies
-
VS Code extensions runs in pure Node.js process, no? I wonder what concrete use case you had in mind. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I notice the plugin system doesn't support the Electron-specific layers in the same way Theia packages do:
https://github.com/eclipse-theia/theia/blob/master/packages/plugin-ext/src/common/plugin-protocol.ts#L46
What mechanisms do people use to add Electron or Node specific funtionality in plugins and/or should we add support for splitting this in plugins? e.g.
Beta Was this translation helpful? Give feedback.
All reactions