issues
search
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:
Create a new REST notebook.
Enter a
GET
request that will return a JSON result.
Run the request once.
Collapse the output area by clicking the folding indicator.
Run the request again while the output is folded.
Note the request output is rendered un-collapsed on top of the collapsed output area.
Expected behavior:
Either:
The output would be rendered inside the collapsed area and remain collapsed, or
The output area would be automatically expanded and rendered normally.
REST Book v6.2.1
Steps to reproduce:
GET
request that will return a JSON result.Expected behavior:
Either: