Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.32k stars 446 forks source link

Cannot click SEND REQUEST if swapping window #1246

Open vikkio88 opened 9 months ago

vikkio88 commented 9 months ago

Steps to Reproduce:

  1. Make Response on a second window and set and response preview column: Current
  2. tab back to .rest file and find that you cannot click on SEND REQUEST.

https://github.com/Huachao/vscode-restclient/assets/248805/f6988331-f370-4375-91d9-a9f112a4bb77

Krummelz commented 8 months ago

I've been experiencing this as well. Quite annoying, but a quick workaround is to just add a space in the http file somewhere, then suddenly you can click the links again. So now my http files are littered with random whitespace everywhere.

JedCarrNV commented 8 months ago

I have the same issue, clicking on a different tab and clicking back works for me.

rubensa commented 8 months ago

Same issue for some time now.

Also, the "Maximize Panel Size" from lower panel (PROBLEMS, OUTPUT, DEBUG CONSOLE, TERMINAL...) does not work when the "Response" panel is opened in an split from main panel or when I move the "Response" panel to the main panel but it has the focus (If I change to other tab, with any file, it starts working again).

macasas commented 8 months ago

I have this same issue. I've been adding the space and saving to make the links work again.

FinneVirta commented 7 months ago

I'm also expreriencing this. My current workaround is to just save (ctrl + s) the file.

macasas commented 7 months ago

Have to change the file somehow first, or Ctrl-S does nothing, hence the suggestion to add a space, could be anything really, just a change then save.

vikkio88 commented 7 months ago

I do know that there are workaround, I was just tying to report the issue, thanks everyone for sharing the same workaround, I am glad we all got to the same solution 😄