JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
110 stars 0 forks source link

Opened JetClient tabs lost on Rider restart #60

Closed FercoCQ closed 7 months ago

FercoCQ commented 7 months ago

Describe the bug When switching between Git branches, and when closing and opening Rider, the opened tabs (files) are saved and restored. With JetClient's tabs (requests), this works only when switching between Git branches, but if I close and open Rider, they are lost.

Steps to reproduce

  1. Open a JetClient request so it's part of the opened tabs, along with other files.
  2. Close Rider.
  3. Open Rider.
  4. The opened files' tabs will be restored, but JetClient requests' tabs will be lost.

Expected behavior Opened JetClient request tabs should be saved and then restored when closing Rider and opening it again.

Environment information:

AntonShuvaev commented 7 months ago

Thank you for reporting the bug. I've fixed it in version 2024.1.5.

FercoCQ commented 7 months ago

@AntonShuvaev, I have version 2024.1.5-233 and I'm still experiencing this.

FercoCQ commented 7 months ago

@AntonShuvaev, Rider updated itself yesterday and now I have the plugin version 2024.1.5-241. Now it works as expected, thanks.