How to open a browser within VSCode just like another editor tab

前端 未结 1 553
萌比男神i
萌比男神i 2020-12-19 00:58

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

1条回答
  •  -上瘾入骨i
    2020-12-19 01:20

    In order to render your html you can use the WebView API: https://code.visualstudio.com/docs/extensions/webview

    0 讨论(0)
提交回复
热议问题