Replies: 1 comment 3 replies
-
I'm not sure - what context are you trying to do this in? Are you trying to track commands in a user interactive terminal, or are you launching your own process? For the former, I don't think there is a way. VSCode has made lots of steps forward in this area where individual commands are tracked. For the latter, you can track the process itself. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that I can use ITerminalServiceOutputStreamMonitorListener to monitor the output from terminal, but how can I know the execution is finished?
Beta Was this translation helpful? Give feedback.
All reactions