Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showResponseInDifferentTab creates a new tab for each response, but updates all response tabs with the latest response. #81

Closed
robgough opened this issue Mar 16, 2017 · 5 comments
Labels

Comments

@robgough
Copy link

  • VSCode Version: 1.10.2
  • OS Version: MacOS Sierra 10.12.3 (16D32)
  • REST Client Version: 0.12.3

Steps to Reproduce:

Assumption: "rest-client.showResponseInDifferentTab": true is set in your user settings file.

  1. Make a request in one tab, response appears in split on right hand side.
  2. In left split make a second, different, request.
  3. A second response opens in new tab on right pane, but both response tabs have the same contents (though their tab titles remain correct) of the latest request.
@Huachao
Copy link
Owner

Huachao commented Mar 17, 2017

@robgough I found this seems to be a vscode bug, and this steps can work before vscode 1.8, so I opened an issue in microsoft/vscode#22775 to see some updates. Sorry for the inconvenience.

@robgough
Copy link
Author

Thanks for the quick response, your extension has saved me a lot of time already so thanks for that too!

@Huachao Huachao added bug and removed upstream labels Mar 21, 2017
@Huachao
Copy link
Owner

Huachao commented Mar 21, 2017

@robgough I have fixed the bug, will publish this in next release

@Huachao
Copy link
Owner

Huachao commented Apr 3, 2017

@robgough you can try the latest version 0.14.0 to verify. 😄

@robgough
Copy link
Author

robgough commented Apr 3, 2017

@Huachao Just tried, and it's all working fine now. 👍 Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants