MrCodingB / Postman-Collection-Explorer-VS-Code

A Visual Studio Code extension to create, manage and test Postman Collections.
MIT License
4 stars 2 forks source link

Postman Collection Explorer

This extension enables you to manage your postman collections inside of Visual Studio Code.

Features

Extension Settings

Setting Description
postman-collection-explorer.collectionFilePattern The pattern the extension uses when searching for collection files
postman-collection-explorer.ignorePaths A pattern of paths to ignore when searching for collections
postman-collection-explorer.strictSSL Whether or not to verify SSL certificates. Sets the default value for the request settings
postman-collection-explorer.followRedirects Whether or not to automatically follow 3xx responses as redirects

Known Issues