vscode-restclient
vscode-restclient copied to clipboard
[Feature Request] Automaticaly save body response
Now is only possible to save body response by clicking icon in response window.
Would be awsome if it could be done automatically by declaring it in .http, f.e
> body-response.json or other command that can save to path relative to project.
Or better yet, chain a shell script to do anything with the response. (e.g. save and open the file)