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.78k stars 837 forks source link

VSCode Extension is overriding ctrl + p keybinding #12922

Open leegenes opened 3 weeks ago

leegenes commented 3 weeks ago

Is there an existing request for this feature?

Is your feature request related to a problem?

When editing the request body, and using my ctrl + p keyboard shortcut for "Go to file...", the request editor moves the cursor one line up.

Other shortcuts seem to work fine from the same input.

Describe the solution you'd like

Making any keybindings specific to this extension configurable, or inherit from the IDE settings. Or just disable ctrl + p in the request input, as

Describe alternatives you've considered

🔴 Workaround 1: Esc & ctrl + p to remove focus from the request input, and then open the file switcher. Esc does not remove focus from the request input. 🟡 Workaround 2: add a second keybinding for "Go to file..." that's only used in the Postman extension. Is what I'm doing now, but shouldn't be necessary. 🟡 Workaround 3: Uninstall extension. (Also shouldn't be necessary)

Additional context

Mac, Sonoma 14.2, M3 chip VSCode v1.89.1 Postman extension v1.0.3

leegenes commented 3 weeks ago

My bad. Started the issue report as a feature request for configurable bindings, but as I did some additional checking with others realize this is specific to just this one. Please let me know if you prefer I close this, and open as a bug.