Skip to content

How to run some extension via HTTP GET query? #2053

Answered by code-asher
Danand asked this question in Q&A
Discussion options

You must be logged in to vote

CTRL+SHIFT+P should 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.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Danand
Comment options

@code-asher
Comment options

@code-asher
Comment options

@Danand
Comment options

Answer selected by Danand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants