tanhakabir / rest-book

REST Book is a Visual Studio Code extension that allows you to perform REST calls in a Notebook interface.
https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book
MIT License
248 stars 24 forks source link

Is it possible to set a default mime-type and keep it that way? #106

Closed nat1craft closed 3 years ago

nat1craft commented 3 years ago

I see where I can switch mime-types of the response. However, I really want to always see a specific mime-type by default. (say JSON). Can this be done already, and if not, would it be possible to add it?

Great plugin.

tanhakabir commented 3 years ago

Thanks! This is a vscode issue which was mentioned here: https://github.com/microsoft/vscode/issues/125876. I believe this should be a feature that already works on vscode where the output you choose last should be the output renderer.

I'm going to close this issue to carry on the conversation on that issue.