feat: allow configuring start delay#11
Conversation
Sometimes the shell just takes longer to actually start up so the "sendText" command is executed before the shell is actually ready to accept commands.
|
Is there a way I can recreate the bug that you are trying to fix? If so can you please write the instructions for it? It's a pretty good Pull Request but I just want to test it first. |
|
Good point... I'm not really sure how to best reproduce this... "It always happens on my machine" 😂 I'm using I can record a video on what's the issue but can't pinpoint on the root cause. I didn't have it initially on my work MacBook, only on my private one but now also on my work one. Maybe also VSCode itself is "slower"? |
|
Okay I'll try doing that. A recording would be great so I can check if I was able to reproduce it. Thanks! |
Sometimes the shell just takes longer to actually start up so the "sendText" command is executed before the shell is actually ready to accept commands.