Open own extension in VSCode Web with parameters #2843
Unanswered
gbrueckl
asked this question in
Extension Development QnA
Replies: 1 comment 3 replies
-
|
Hi @gbrueckl , I'm not sure there is a pre-defined/whitelisted set of extensions, at least not based on the documentation, as it says ...you can customize.... And, if not required, I suppose you should at least have the extension installed on your vscode.dev instance/window/session, in order to make it register your custom URL. Have you installed it? Did you test using side loading or using the Hope this helps |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have developed a VSCode extension for the web which I want to start from an external application by passing parameters to it.
The only thing about this scenario I found was the UriHandler but it does only seem to work for
vscode://...URIs but not forhttps://vscode.dev/...According to the docs this is possible https://code.visualstudio.com/docs/setup/vscode-web#_more-custom-urls
but I am not sure if this only works for a pre-defined/whitelisted set of extensions?
I was hoping to be able to do something like
https://vscode.dev/myPublisher.myExtensions/myCommand?param1=Hello%20WorldIs this possible at all?
regards,
-gerhard
Beta Was this translation helpful? Give feedback.
All reactions