Use command URI in a Visual Studio Code webview to open files and links
February 23, 2023
If you work with webviews, you may want to open a link to a website or file within the same instance of Visual Studio Code. There are a couple of ways to achieve this, such as posting a message to the extension host or using the command URI option of your webview.
Read more