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.
[X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
When working inside a browser window (like when running inside a GitHub CodeSpace), everytime I click on the sidebar menu in the postman extension, it tries to open an external browser tab with a specific url while opening a new tab in vscode as well
It can be changing the request type from a New HTTP Request to WebSocket, or clicking anywhere inside a collection.
Steps To Reproduce
Open a GitHub CodeSpace (I would guess this would have the same bug for things like coder)
Install the Postman vscode extension
Create a new collection and try adding a new API call
Having a postman instance for a GitHub CodeSpace inside of the actual instance is amazing. The extension is still functional, but the new tab popup is annoying.
Is there an existing issue for this?
Describe the Issue
When working inside a browser window (like when running inside a GitHub CodeSpace), everytime I click on the sidebar menu in the postman extension, it tries to open an external browser tab with a specific url while opening a new tab in vscode as well
It can be changing the request type from a
New HTTP Request
toWebSocket
, or clicking anywhere inside a collection.Steps To Reproduce
New HTTP Request
toWebSocket
Screenshots or Videos
Video on Samsung DeX
https://github.com/user-attachments/assets/c36d575e-80a8-4ddd-a8c5-9efa54e0844d
Video on MacBook Pro M2 2022
https://github.com/user-attachments/assets/ac849bfb-9af0-449b-84c9-7e82ad01a9f1
Operating System
Hosts:
Codespace Devcontainer config:
FROM node:20-slim
)Postman Version
v1.3.0
Postman Platform
Postman VSCode Extension
User Account Type
Signed In User
Additional Context?
this is the devcontainer definition folder if it helps you investigate this: https://github.com/Kibibit/achievibit-v3/tree/main/.devcontainer
Having a postman instance for a GitHub CodeSpace inside of the actual instance is amazing. The extension is still functional, but the new tab popup is annoying.
Would love to see this get fixed.
Any more information you need for me, let me know