How to run some extension via HTTP GET query? #2053
Answered
by
code-asher
rei-koshka
asked this question in
Q&A
|
Hi there!
|
Answered by
code-asher
Sep 3, 2020
Replies: 1 comment 4 replies
|
There isn't any way currently to open the command palette or run commands via a query parameter. I don't think there are any existing query handlers that could be extended to provide this behavior either. Right now we only look at query variables on the initial page load so the entire page would have to be reloaded which I think would provide a pretty poor experience. |
4 replies
Answer selected by
rei-koshka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CTRL+SHIFT+Pshould work in code-server, is it not working for you? You might have to re-bind if you're using Firefox since that keybinding opens a private window and can't be overidden.There isn't any way currently to open the command palette or run commands via a query parameter.
I don't think there are any existing query handlers that could be extended to provide this behavior either. Right now we only look at query variables on the initial page load so the entire page would have to be reloaded which I think would provide a pretty poor experience.