Closed dantswain closed 1 year ago
I honestly don't know how difficult it would be 😅 – but the suggestion seems reasonable to me. If anyone is interested feel free to do it.
@dantswain unfortunatelly VSCode does not provide and API to detect if the terminal is running a command or not, so I'm afraid it's not possible to do this.
Hi! This extension is super handy!
This is just a small improvement suggestion - I'm not familiar with extension development so I'm not sure how difficult it would be.
Use case
I often have two terminal panes open, and one of them is often already running a command -
iex
,psql
, etc. I'm not sure how this plugin chooses which terminal to use (first, maybe?) but if I execute any of the "run test" commands, it has a chance to try to inject themix test ...
command into my running application.Suggested changes