arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
171 stars 48 forks source link

Add option to open preview in browser #3

Closed pmentz closed 8 years ago

pmentz commented 8 years ago

Hi,

I added a button to the preview which allows the user to open the URL in the default web browser. The coding is straight forward, so nothing more to say, I guess. Please handle with care, as I am not familiar with vscode development.

arjun-g commented 8 years ago

@pmentz works great. thank you.