Prevent duplicate instances by coordinating via a socket
This commit is contained in:
parent
abf3b4a54e
commit
66bf56fc4f
4 changed files with 91 additions and 2 deletions
|
@ -201,6 +201,7 @@ impl Bundle {
|
|||
self.zed_version_string()
|
||||
);
|
||||
}
|
||||
|
||||
Self::LocalPath { executable, .. } => {
|
||||
let executable_parent = executable
|
||||
.parent()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue