You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spawn-helper seems traversing fd to nofile and close them. When running on a Linux system configured with high nofile limit (in this case, 2147483583), this takes a long time and cause vscode to popup pty host process is unresponsive notifications.
Maybe /proc/self/fd can be used to get all fds to be closed ?
The text was updated successfully, but these errors were encountered:
Tyriar
added
the
bug
Issue identified by VS Code Team member as probable bug
label
May 23, 2023
Environment details
Issue description
spawn-helper seems traversing fd to nofile and close them. When running on a Linux system configured with high nofile limit (in this case, 2147483583), this takes a long time and cause vscode to popup
pty host process is unresponsive
notifications.Maybe
/proc/self/fd
can be used to get all fds to be closed ?The text was updated successfully, but these errors were encountered: