SIGN IN SIGN UP

cli: fix attach does not always work (#181273)

* fix: don't sync debug.lastExtensionDevelopmentWorkspace

* cli: fix attach does not always work

Seems like reading stdin when it's open but never written to blocks the process. Fix that, both by checking IS_INTERACTIVE_CLI before reading stdin, and by not passing stdin to the tunnel subprocess.

Fixes #179122
C
Connor Peet committed
cda21c19a764f99e2d9c4d4aa555b066a8e6b24b
Parent: e78d4b7
Committed by GitHub <[email protected]> on 5/1/2023, 9:58:25 PM