Open an URL for a custom protocol from within Visual Studio Code

Viewed 239

In our software we are using a custom protocol handler. An URL for this protocol looks like this:

xyz://foo/bar/action?SnVzdCBhIGR1bW15IHRleHQgZm9yIG15IFNPIFBvc3Q=

When I enter this URL in any browser on my system, it is correctly handeled by our software. Now I would like to open that URL from within VS Code with Alt + Click, just as I can do with, for example, https-Links.

Unfortunately VS Code doesn't recognize this as an URL. Is there some way to tell it that the above is a clickable URL?

0 Answers
Related