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 loads only 5 collections at a time #16

Closed william-wallace-simplisafe closed 4 months ago

william-wallace-simplisafe commented 1 year ago

Describe the bug The Postman Collection Explorer only loads 5 collections at a time. Using the refresh it will load another 5. In order for a user to "find" the collection of interest, the refresh needs to be used multiple times.

The expectation is that all collections should be visible at once in the Postman Collection Explorer pane

To Reproduce Steps to reproduce the behavior:

  1. put more than 5 postman collections in a given project. Notice only 5 are viewable
  2. Click on 'refresh'. The list of 5 collections in the Postman Collection Explorer pane are different

Expected behavior All collections in the workspace should be visible in the collection explorer.
-OR- a config file would expose the maximum number of collections to show

Screenshots Screen Shot 2023-03-21 at 10 26 34 AM

Environment (please complete the following information):

Additional context Any save operation refreshes the list, which often will hide the collection that is being worked on. For example: when editing the URL for a request, hitting to save the changed url refreshes the list of collections. If there are more than 5, the one being edited might no longer be visible.