Prevent duplicate instances by coordinating via a socket

This commit is contained in:
Julia 2023-07-06 17:18:45 -04:00
parent abf3b4a54e
commit 66bf56fc4f
4 changed files with 91 additions and 2 deletions

View file

@ -201,6 +201,7 @@ impl Bundle {
self.zed_version_string()
);
}
Self::LocalPath { executable, .. } => {
let executable_parent = executable
.parent()