You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click "Forward events ..." the first time, a terminal is created that runs stripe listen. When you click it again, a new terminal is split from that one. There is a bug where the new split terminal isn't sent the stripe listen command.
When you click "Forward events ..." the first time, a terminal is created that runs
stripe listen
. When you click it again, a new terminal is split from that one. There is a bug where the new split terminal isn't sent thestripe listen
command.As there's no official vscode API for splitting a terminal, we have been relying on this hack: microsoft/vscode#45407 (comment)
Something must have changed in vscode since we implemented that. We should fix it.
We should also move an official vscode API for splitting terminals if that lands.
The text was updated successfully, but these errors were encountered: