tanhakabir / rest-book

REST Book is a Visual Studio Code extension that allows you to perform REST calls in a Notebook interface.
https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book
MIT License
248 stars 24 forks source link

Output is rendered on top of collapsed area #138

Open anthroid opened 1 year ago

anthroid commented 1 year ago

REST Book v6.2.1

Steps to reproduce:

  1. Create a new REST notebook.
  2. Enter a GET request that will return a JSON result.
  3. Run the request once.
  4. Collapse the output area by clicking the folding indicator.
  5. Run the request again while the output is folded.
  6. Note the request output is rendered un-collapsed on top of the collapsed output area.

Expected behavior:

Either:

  1. The output would be rendered inside the collapsed area and remain collapsed, or
  2. The output area would be automatically expanded and rendered normally.

rest-book-collapsed