Expose an indicator on terminals indicating whether they've been interacted with #127717
Closed
Description
opened on Jun 30, 2021
This came to mind as something I was talking about with Kai a while ago. Currently when you create a debug terminal, users can get a debug "flash" when the terminal opens: this comes from nvm
executing an npm script in its initialization. While we could try to do some targeting based on the command and how it's invoked in the debug terminal, this is pretty fragile.
Instead, now that we have "interacted" detection, it would be helpful to expose that on the API so that can we can skip attaching before the user has run anything -- which should solve the generalized case of .*rc
scripts nicely.
Activity