3

What I am trying to accomplish is to save a visual studio thunder client request as a file. I have gone to the settings and placed a check in the checkmark Thunder-client: Save Request On Send. Then when on the Thunder Client extension screen I am able to save the request however I am not able to save it to a file. In the docs it states the default folder is thunder-tests.

How are we able to save a thunder client request to file?

Danny Dainton
  • 23,069
  • 6
  • 67
  • 80
Catto
  • 6,259
  • 2
  • 52
  • 55

1 Answers1

3

Hi To save requests to git project, please enable the vscode setting Save To Workspace

Then it will create thunder-tests folder in your current workspace and also save requests in that folder.

for more details visit here https://github.com/rangav/thunder-client-support#git-sync

Ranga Vadhineni
  • 349
  • 2
  • 13
  • Thank you for the info. I have enabled the setting `Save to Workspace`; however I am unclear how the request are saved in that folder (there is no save button or option). That folder didn't get created so I manually created it. But I am not able to understand how to save the request as a file. In that docs it's not clear how to save it to the file nor any examples online that I can see. – Catto Jul 20 '22 at 13:53
  • 1
    Open your project in vscode first, and start creating requests in thunder client, it will create necessary files and folder. – Ranga Vadhineni Jul 20 '22 at 14:29