Uri HandlersThis sample demonstrates how to implement a Uri handler in VS Code. A Uri handler is run when a browser redirects to VS Code with a specific extension id as the authority. Examples:
If you paste these Uris into your browser, they will open VS Code and VS Code insiders, respectively. This sample provides a simple Uri handler that shows an information message when a Uri is handled. Additionally, if a query string was included in the Uri, it will include that in the message. Run the sample and try opening the following Uris in your browser:
VS Code APIThis sample uses following APIs APIs
Running the Sample
|