Multiple independent instances for different environments #38621
Replies: 2 comments
-
Does |
Beta Was this translation helpful? Give feedback.
-
uhm... after much more testing I found out it actually worked... sometimes... It seems my two environments were using different versions of zed, and that can understandably cause problems. I still have sporadic weird cases were the second zed would start up with the shell environment of the first one, and I can't reproduce it consistently. I'll close this and open a bug report once I manage to find a reproducible way to start a second zed with the first one environment |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Multiple independent zed instances
Setup
I'm using zed
0.203.4
for multiple projects.I love it, but I use different customized shell environment for every project.
Not just environment variables, but available packages and more (with
nix
flakes)Problem
I can't start multiple instances of
zed
.Which means that I can't keep more than one project open at a time.
If I open two zed windows the second zed will still use the shell environment of the first zed.
...Which breaks my setup because the two environments are not compatible with the other's project.
zed --new $path
still keeps the first zed shell environmentFeature request
I would just like to have a
--new-instance
flag that I can use to start independent instances of zed, I'm fine with extra resource utilizationBeta Was this translation helpful? Give feedback.
All reactions