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?
CodePudding user response:
Open vscode settings
- Search for thunder
- Then you will find Load from Project 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.
