Replies: 2 comments 3 replies
-
Hmm...seems like that PR is relevant. Besides that, I see this in the docs, but probably not directly relevant. What is missing from the PR you posted? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ksdme did you find a solution to your problem? I am in the same boat and just wanted to know if you were able to find a way to do it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey people,
I have an instance of code-server running and it is embedded in an iframe on a page with several buttons. I am trying to figure out a way to send a message/event to my custom extension in code-server from the host page when one of the buttons is clicked.
I understand that by hacking the entrypoint file of the frontend (
src/vs/code/browser/workbench/workbench.html
?) I can pass a message from the host frame to the vscode iframe using postMessage, but I haven't been able to find a way to propagate it from there to my extension. microsoft/vscode#138054 looks relevant but my question still stands even if I switch to web extensions.Beta Was this translation helpful? Give feedback.
All reactions