AnWeber / httpbook

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://httpyac.github.io/
MIT License
58 stars 4 forks source link

Do not output the result of @ref or @forceRef request #63

Closed dlucazeau closed 1 year ago

dlucazeau commented 1 year ago

Hello When you use @ref or @forceRef to get for example a token with a login, it's a shame to have the output of this intermediate request. It makes it more difficult to read the result of the request we are really interested in.

I believe that this was not always the case.

AnWeber commented 1 year ago

@dlucazeau Yes I have added the behavior afterwards. But unfortunately I didn't notice that this doesn't behave so nice in httpbook. I mainly use vscode-httpyac where the previous requests are simply closed again. I'll try to improve it again in a timely manner.

AnWeber commented 1 year ago

By default, the responses are now no longer output. However, it can be enabled by setting httpbook.outputAllRespones. This is released with version 3.1.2