Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure response output #39

Closed
rngtng opened this issue Nov 29, 2021 · 6 comments
Closed

How to configure response output #39

rngtng opened this issue Nov 29, 2021 · 6 comments

Comments

@rngtng
Copy link

rngtng commented Nov 29, 2021

Is there a way to configure the response output similar as in CLI or the std-plugin? For me the full request/response cycle is show, whereas I'd like to see only the response body (at first).

@rngtng rngtng changed the title Configure response output How to configure response output Nov 29, 2021
@AnWeber
Copy link
Owner

AnWeber commented Nov 29, 2021

VSCode should ship with this feature, but I do not know how to use it. See https://code.visualstudio.com/updates/v1_62#_notebooks and microsoft/vscode#125876
That is one reason why I prefer std.plugin.

@AnWeber
Copy link
Owner

AnWeber commented Nov 30, 2021

And maybe the MonacoEditor (#Ad) is interesting for you. The standard JSON display does not know a find dialog.

@AnWeber
Copy link
Owner

AnWeber commented Nov 30, 2021

Did you see this dropdown? Select Output Mimetype and you can choose other renderer.
image

@rngtng
Copy link
Author

rngtng commented Nov 30, 2021

ah I haven't seen this, that's indeed a good start. I only can't select application/json there.. need to look in more detail why. thx

@rngtng
Copy link
Author

rngtng commented Nov 30, 2021

nvm mind solved it. I had a test line enabled so mime type was different. I updated setting to output only failed tests, with that it works. nice! closing issue...

@rngtng rngtng closed this as completed Nov 30, 2021
@AnWeber
Copy link
Owner

AnWeber commented Nov 30, 2021

That's all the fun about the Notebook Editor. Here you could also directly integrate OpenMaps/ Leaflet for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants