Ganesan-Chandran / vscode-fetch-client

Fetch Client is Visual Studio Code extension which is used to test the Rest API.
https://marketplace.visualstudio.com/items?itemName=GanesanChandran.fetch-client
MIT License
13 stars 6 forks source link

Clicking on collection item opens a new window every time instead of switching to existing window #6

Closed markcarroll closed 2 months ago

markcarroll commented 1 year ago

Describe the bug Clicking on a request in the collection list causes a new window to open with an empty request instead of switching to a previously opened window. If this is intended behavior it would be good to have an option to switch it.

To Reproduce Steps to reproduce the behavior:

  1. Click on a request in a collection, new window opens up
  2. Click on a different window
  3. Click on the same request in the same collection
  4. Another new window opens up

Expected behavior The first window should re-activate.

Great plug-in, by the way.

Ganesan-Chandran commented 2 months ago

Hi @markcarroll

Thanks you for using the Fetch Client extension. This feature has added in Fetch Client v1.4.0

Please update the Fetch Client and let me know if you have any queries/feedback.