Terminal API: Terminal object should include PID of the launched terminal #11775
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
The new terminal API is looking great! It'd be really helpful to me if I could get the process ID of the launched terminal as a property on the Terminal object. I need this information in the PowerShell extension to help coordinate with my debug adapter.
Also: could there possibly be a promise return type from createTerminal so that the Terminal only gets returned after the process is started, or maybe a different way like having an event on the Terminal object that is returned?
The text was updated successfully, but these errors were encountered: