Skip to content

Commit 44bae44

Browse files
committed
fix: use a fresh open instance for the macOS PHPStorm fallback
1 parent 363d2fa commit 44bae44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src-tauri/src/shared/workspaces_core

src-tauri/src/shared/workspaces_core/io.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ pub(crate) async fn open_workspace_in_core(
286286
cmd.arg("--args").args(&args);
287287
}
288288
} else {
289+
cmd.arg("-n");
289290
cmd.arg("--args").args(&fallback_app_args);
290291
}
291292
cmd.output()

0 commit comments

Comments
 (0)