thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.64k stars 132 forks source link

Activity Tab only shows the last request per API #1620

Closed kaye-alvarado closed 1 month ago

kaye-alvarado commented 1 month ago

Please describe feature/problem details and the solution you'd like. Activity tab doesn't track each request trigger. If a request is triggered once, then headers are updated and triggered again, it doesn't track the other request as a separate activity.

Describe alternatives you've considered none

Are you using the free version/paid version/trial: Free

rangav commented 1 month ago

@kaye-alvarado this is by design. We only track changes when the URL or method is modified.