Replies: 1 comment
-
There is no way to do this (that I know of), but you could patch code-server to make it possible (see your other discussion for details). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious whether it's possible to initiate a frontend request directly within an extension. I don't want to execute it in the code server, which is Node, but rather have the frontend initiate the request directly.
From what I know so far, I can create a webview and then execute it, but this webview would certainly be visible. I don't want to add such a page; I just want to directly initiate a request. For example, if I register a command, once the user executes the command, it would then initiate such a web request.
Beta Was this translation helpful? Give feedback.
All reactions