For a VSCode extension i want open browser within VSCode not externally, wherein i can load some URL (https://developers.redhat.com/)
I tried looking into various op
In order to render your html you can use the WebView API: https://code.visualstudio.com/docs/extensions/webview
WebView API