subasraj / flashpost-support

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

Support Custom Data Location being able to use workspace reference #5

Closed dainbrump closed 9 months ago

dainbrump commented 9 months ago

I'm not sure what would be required, but is there any way to support using something like ${workspaceFolder} as the data location? This would aid in saving any collections and such with the project source.

subasraj commented 9 months ago

Hi, I have made the changes for you, update to latest version 1.1.46. If you like to save requests data in your current workspace use "Save Data to Workspace" setting. You can also select a relative path by using "Workspace Data Relative Path" setting.

Please post a review if you like my extension.

Thanks, Subas

dainbrump commented 9 months ago

This is fabulous. Thank you for the quick response. This makes all the difference in keeping things tidy, relative to the project and shareable through git. Perfection!

edit Left a review. Great work. As a side note, if there is ever a need to test new features or help needed building them, shoot me a message and I'll be glad to help out where I can.

subasraj commented 9 months ago

Thanks for the review :)