-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Closed
Closed
Copy link
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label
Milestone
Description
- VSCode Version: Insider Build
I'm using the code sample put together by @Tyriar
Steps to Reproduce:
- Run the above sample
- Create a terminal using the new API
- Send text to this new terminal
- Close the new terminal using the icon on the top right of the terminal panel
(NOTE: Terminal has now been disposed, but extension is not aware of this) - Next try to send text to previously created terminal (that no longer exists)
A new terminal window is opened.
Is it possible for the extension to be notified of the fact that the terminal has been closed?
Either via:
- A callback (method or event)
- Or extension needs to be able to query this
Metadata
Metadata
Assignees
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label