-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt utility process for pty host on Electron #182345
Conversation
src/vs/platform/terminal/electron-main/electronPtyHostStarter.ts
Outdated
Show resolved
Hide resolved
@bpasero ready for review 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performance related question: when is the PTY host starting, will a window trigger the request when a terminal is opened or do we eagerly spawn the PTY host?
I suggest we get this going in insiders to try it out, I did not do a deep review of the pieces but trust your expertise in this area.
One thing I saw when testing: a message [main 2023-05-15T15:58:20.775Z] ptyHost terminated unexpectedly with code 0
shows when I open a terminal, reload the window and then quit.
25f6ada
to
a12c412
Compare
The clean up is handled by Electron
Part of #175335