OS Version: Windows_NT x64 10.0.19045 (Windows 10)
Steps to Reproduce:
Create a request as you want
Make that the response have content-type application json and the body have var_dump("sdfasd");exit;
Make the request
No panel opens and VSCode show you a warning on bottom right corner that sais: Unexpected token s in JSON at position 0
If you try to make a new request (changing the response body to a valid JSON response) this new request obtains the same result as previous. Like the extension is corrupted (if you see the developers console, you can see a js error)
Need to restart VSCode to make the extension works.
Steps to Reproduce: