Replies: 2 comments 3 replies
-
The ext-host type exists in vscode web. I don't see any reason why it wouldn't be possible Out of curiosity, what is your use-case? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Can you have a look at #184? It allows to run extension on a server, it requires to have the extension files on the server and the manifest on the client. It's demonstrated in the demo BTW, it doesn't only bind the extension host but also all remote features (filesystem, file search, terminals...) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that we have ways to run extensions in different contexts (main window, web worker), I wonder how feasible it is to run some of the extensions on the server. In that case we would run an extension host from a server, and it would communicate using a protocol (could be WebSocket, or allow users to custom implement it) with the editor. Is this something feasible with the current architecture?
Beta Was this translation helpful? Give feedback.
All reactions