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
On Zed I noticed that when a terminal is opened (even if it does nothing it remains waiting), in turn a waiting process is opened we can say, but this process is assigned the name of login and as user root.
Instead on VScode same thing as above, but the name that is assigned to the process is the name of zsh and as user my username.
I ran the command on both: ps -p $$
Zed:
Vscode:
Edit:
I don't understand what's happening, why two processes are created.
Every time I open a terminal on Zed.
One login and one zsh.
Check for existing issues
Describe the bug / provide steps to reproduce it
On
Zed
I noticed that when a terminal is opened (even if it does nothing it remains waiting), in turn a waiting process is opened we can say, but this process is assigned the name oflogin
and as userroot
.Instead on
VScode
same thing as above, but the name that is assigned to the process is the name ofzsh
and as usermy username
.I ran the command on both:
ps -p $$
Zed:
Vscode:
Edit:
I don't understand what's happening, why two processes are created.
Every time I open a terminal on
Zed
.One
login
and onezsh
.Environment
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: