subasraj / flashpost-support

Flashpost is a lightweight Rest API Client Extension for Visual Studio Code.
MIT License
10 stars 0 forks source link

Share collection/environment changes trough git #20

Closed mikkelkn2d closed 8 months ago

mikkelkn2d commented 8 months ago

Is it possible to share collections and environments with team members trough Git? So that once a member updates/adds a new request or environment, you don't have to re-import the collection to see the new request?

subasraj commented 8 months ago

Yes, you can save it on your project workspace and commit it to Git. From Flashpost settings use the "Save Data To Workspace" option. You can also save to a relative path in your project using " Workspace Data Relative Path".

image