-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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 |
And maybe the MonacoEditor (#Ad) is interesting for you. The standard JSON display does not know a find dialog. |
ah I haven't seen this, that's indeed a good start. I only can't select |
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... |
That's all the fun about the Notebook Editor. Here you could also directly integrate OpenMaps/ Leaflet for example. |
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).
The text was updated successfully, but these errors were encountered: