Can someone please explain Thunderclient's git integration?

Viewed 437

I am trying out Thunderclient as a lightweight alternative to Postman; for local development.

The problem I am having is integration with my project through git.

https://github.com/rangav/thunder-client-support#team

The documentation seems clear enough, but I'm having difficulty locating "Load From project" via vs code. Can someone provide a helpful link or video that could help?

1 Answers

Open vscode settings

  • Search for thunder
  • Then you will find Save To Workspace option
  • Enable the checkbox
  • Then close and restart vscode.
  • Now open your project it will save requests in your project folder

Hope it clear now.

Related