Ganesan-Chandran / vscode-fetch-client

Fetch Client is Visual Studio Code extension which is used to test the Rest API.
https://marketplace.visualstudio.com/items?itemName=GanesanChandran.fetch-client
MIT License
15 stars 8 forks source link

Set the request dimension limit of get or post visualization configurable and not limited to 5 Mbytes #11

Closed FrancoTampieri closed 3 months ago

FrancoTampieri commented 6 months ago

Is your feature request related to a problem? Please describe. Sometimes I have some requests under 10 Mbytes and I would like to see it. Many times when I try to download the result the file is everytime empty.

Describe the solution you'd like I would like if is possible to setup the limit of the download and show of the reponse, normally I opened with vscode file of 10 Gbytes of dimension without problem.

Describe alternatives you've considered Fix the download of the file to prevent to have empty file

Screenshots This is the problem Screenshot 2024-05-07 alle 15 30 40

When I save the file Screenshot 2024-05-07 alle 15 32 08

Screenshot 2024-05-07 alle 15 32 58

this is the result an empty content Screenshot 2024-05-07 alle 15 33 40

Ganesan-Chandran commented 3 months ago

Hi @FrancoTampieri

Thank you for using the Fetch Client extension. This feature has added in the latest version Fetch Client v1.5.1

Please update the Fetch Client and let me know if you have any queries/feedback.

Please update the Fetch Client and restart the VS Code. Go to the Fetch Client settings and select this option.

image