feat(cli): suspend process on ctrl-z on non-windows platforms#11418
feat(cli): suspend process on ctrl-z on non-windows platforms#11418moaoa wants to merge 2 commits intovitejs:mainfrom
Conversation
Co-authored-by: Ben McCann <[email protected]>
bluwy
left a comment
There was a problem hiding this comment.
Tested locally and it seems to work for me 👍
|
Did you make sure it works when suspending the process with vite dev &Also worth noting the problem is not specific to Windows, in happens in OSX (and probably any unix system) too |
|
You have to also type |
|
The proccess is suspended correctly with I will look into that can help me? Do we need a way to resume the process after we type ctrl-z? |
|
The issue is still alive. What stops this PR? |
|
As the discussion says: the PR doesn't fix the issue |
|
@posva That's a pity. |
Description
this PR to suspend the process when we hit ctrl-z on non-windows platforms closes #11300
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123).