Closed HarromPS closed 1 week ago
Hi @HarromPS This issue is happening due to an internal change in VSCode from v1.95.1 onwards. There is already an issue for tracking this and we have raised a bug with Microsoft team as well. Refer to this comment for more info- https://github.com/postmanlabs/postman-app-support/issues/13230#issuecomment-2458788661
Is there an existing issue for this?
Describe the Issue
Hi,
I wanted to test some code for my app in vs code using the Postman extension, so I tested my API endpoint with payload and wanted a response. It worked fine, for the correct payload, and I was getting the proper response.
But when tested for the wrong payload, the response was not changed when I was in the pretty view, but the status code was changed to 500. This means everything was working fine, except the response was not updated for new requests.
Then I switched to raw mode, which works fine as it should.
Here
1) works fine for correct data
2) Incorrect data is used, the status code is 500, and still response is not refreshed
3) response updated when switched to raw mode
4) works fine if working in raw mode
I think this is a bug with pretty mode. Please look into this and correct me if I was wrong anywhere.
Steps To Reproduce
Screenshots or Videos
No response
Operating System
Linux
Postman Version
v1.4.1
Postman Platform
Postman VSCode Extension
User Account Type
Signed In User
Additional Context?
No response