postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.85k stars 841 forks source link

Pretty response of json not formatting like ealier #13280

Closed johnsonfash closed 8 hours ago

johnsonfash commented 2 days ago

Is there an existing issue for this?

Describe the Issue

The pretty formatting for postman vscode extension is not working like ealier, it formats pretty well on the desktop but not the vs code extension.

Steps To Reproduce

  1. Open a new get request tab
  2. Backend response is json
  3. Click on pretty response
  4. Click send
  5. Response is not well formatted for (pretty) unlike the desktop version

Screenshots or Videos

Screenshot 2024-11-20 at 6 46 58 AM Screenshot 2024-11-20 at 6 46 51 AM

Operating System

macOS

Postman Version

Postman VS Code Extension Version: 1.4.1

Postman Platform

Postman VSCode Extension

User Account Type

Signed In User

Additional Context?

No response

npgenx commented 1 day ago

This appear to be an issue with VSCode. https://github.com/postmanlabs/postman-app-support/issues/13230.

Alledgedly scheduled for the Nov release. Current workarounds are:

  1. Rolling back to VSCode 1.94.2
  2. Launch VS Code via Terminal with code --disable-features=PlzDedicatedWorker
amaldinesh7 commented 8 hours ago

Closing as a duplicate of #13230.